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 98fee994fc05cf2d6a563f995aeaae4f25e54d35 Author: Daniel Kulp <[email protected]> AuthorDate: Mon Dec 12 15:24:50 2022 -0500 dispatch API needs and saaj implementation --- distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml index 897ff2d07b..daeb54d06f 100644 --- a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml +++ b/distribution/src/main/release/samples/jaxws_dispatch_provider/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>
