This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new c75c92f9b5 Fix ClassNotFoundException:
org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension
c75c92f9b5 is described below
commit c75c92f9b5772fb3b2617c9d78a9f7706eec6155
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Feb 17 15:46:13 2025 -1000
Fix ClassNotFoundException:
org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension
---
modules/tool/axis2-ant-plugin/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/tool/axis2-ant-plugin/pom.xml
b/modules/tool/axis2-ant-plugin/pom.xml
index 6515b351e5..2894999780 100644
--- a/modules/tool/axis2-ant-plugin/pom.xml
+++ b/modules/tool/axis2-ant-plugin/pom.xml
@@ -68,6 +68,11 @@
<artifactId>axis2-java2wsdl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-jaxws</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>wsdl4j</groupId>