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 dddc10057f AXIS2-5955 Code generator plugin for Eclipse doesn't work, add axis2-jaxws dep to load class JAXWSServiceBuilderExtension dddc10057f is described below commit dddc10057f359cbbecc571cbd4f2f68b84b61fe2 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Thu Feb 13 11:21:53 2025 -1000 AXIS2-5955 Code generator plugin for Eclipse doesn't work, add axis2-jaxws dep to load class JAXWSServiceBuilderExtension --- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index f69b12df00..4cd7cd777d 100644 --- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml @@ -101,7 +101,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>axis2-jibx-codegen</artifactId> + <artifactId>axis2-jaxws</artifactId> <version>${project.version}</version> </dependency> <dependency>