Skip to content

Commit dddc100

Browse files
AXIS2-5955 Code generator plugin for Eclipse doesn't work, add axis2-jaxws dep to load class JAXWSServiceBuilderExtension
1 parent 2f3eb9b commit dddc100

File tree

1 file changed

+1
-1
lines changed
  • modules/tool/axis2-eclipse-codegen-plugin

1 file changed

+1
-1
lines changed

modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</dependency>
102102
<dependency>
103103
<groupId>${project.groupId}</groupId>
104-
<artifactId>axis2-jibx-codegen</artifactId>
104+
<artifactId>axis2-jaxws</artifactId>
105105
<version>${project.version}</version>
106106
</dependency>
107107
<dependency>

0 commit comments

Comments
 (0)