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 6deed8a6ef Comment out jaxws-integration in the main pom.xml until we
can get the xjc-maven-plugin to have a runtime dependency on jaxb-xjc
6deed8a6ef is described below
commit 6deed8a6ef1789dffa3b295a9d86fa1ee60b0978
Author: Robert Lazarski <[email protected]>
AuthorDate: Thu Oct 12 03:33:21 2023 -1000
Comment out jaxws-integration in the main pom.xml until we can get the
xjc-maven-plugin to have a runtime dependency on jaxb-xjc
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5dfae9929e..d589c116e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,8 +424,8 @@
<!-- FIXME AXIS2-6051, need to get
xjc-maven-plugin to have a dependency
on jaxb-xjc as described in AXIOM-506
- -->
<module>modules/jaxws-integration</module>
+ -->
<module>modules/clustering</module>
<module>modules/corba</module>
<module>modules/osgi</module>