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>