Skip to content

Commit c75c92f

Browse files
Fix ClassNotFoundException: org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension
1 parent 143e68f commit c75c92f

File tree

1 file changed

+5
-0
lines changed
  • modules/tool/axis2-ant-plugin

1 file changed

+5
-0
lines changed

modules/tool/axis2-ant-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
<artifactId>axis2-java2wsdl</artifactId>
6969
<version>${project.version}</version>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.apache.axis2</groupId>
73+
<artifactId>axis2-jaxws</artifactId>
74+
<version>${project.version}</version>
75+
</dependency>
7176

7277
<dependency>
7378
<groupId>wsdl4j</groupId>

0 commit comments

Comments
 (0)