commit | b721c151bf4c5f94e731752d27a81b6c93b5d73f | [log] [tgz] |
---|---|---|
author | Stian Soiland-Reyes <stain@apache.org> | Sat Sep 07 01:25:19 2019 +0100 |
committer | Stian Soiland-Reyes <stain@apache.org> | Sat Sep 07 01:25:19 2019 +0100 |
tree | 61736d878a7fccc8e04c5545238fef14dddbe406 | |
parent | f8726468b3e9fc6013b46e0a9a7e35152e9a3e65 [diff] |
Update cxf-xjc-plugin to avoid bug of xsd binding not being picked up
diff --git a/pom.xml b/pom.xml index 4efa6dc..4995898 100644 --- a/pom.xml +++ b/pom.xml
@@ -120,7 +120,7 @@ <!-- replaces maven-jaxb2-plugin --> <groupId>org.apache.cxf</groupId> <artifactId>cxf-xjc-plugin</artifactId> - <version>3.2.1</version> + <version>3.3.0</version> <configuration> <sourceRoot>${basedir}/target/generated-sources/cxf-xjc</sourceRoot> </configuration>