diff --git a/compiler/pom.xml b/compiler/pom.xml index 4581bc7..9ca7853 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 jsonix-schema-compiler jar @@ -56,6 +57,41 @@ slf4j-simple test + + javax.xml.bind + jaxb-api + 2.3.0 + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + com.sun.xml.bind + jaxb-impl + 2.3.0 + + + com.sun.xsom + xsom + 20140925 + + + com.sun.codemodel + codemodel + 2.6 + + + javax.activation + activation + 1.1.1 + + + org.kohsuke.rngom + rngom + 201605 +