This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit cfc5049c2e3205fcdc0cf2c04b9fb80cc2aa431f
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Mon Dec 12 15:28:54 2022 -0500

    handlers need SAAJ
---
 distribution/src/main/release/samples/jaxws_handlers/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/src/main/release/samples/jaxws_handlers/pom.xml 
b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
index 24c3984f40..877dfc0bd5 100644
--- a/distribution/src/main/release/samples/jaxws_handlers/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
@@ -127,5 +127,9 @@
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
             <version>4.0.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>com.sun.xml.messaging.saaj</groupId>
+            <artifactId>saaj-impl</artifactId>
+        </dependency>
     </dependencies>
 </project>

Reply via email to