HHH-12724 Add javax.activation as a dependency

It is required by JAXB now that JDK 9 does not provide it anymore.
This commit is contained in:
Guillaume Smet 2018-06-25 17:47:36 +02:00
parent 9728694386
commit afbec8856c
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,8 @@ ext {
validation: "javax.validation:validation-api:${validationApiVersion}",
jacc: 'org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final',
interceptor: 'javax.interceptor:javax.interceptor-api:1.2',
// required by JAXB from JDK 9 as it is not available anymore in JDK 9
activation: 'javax.activation:javax.activation-api:1.2.0',
// logging
logging: 'org.jboss.logging:jboss-logging:3.3.2.Final',

View File

@ -45,6 +45,7 @@ dependencies {
compile( libraries.jta )
compile( libraries.jandex )
compile( libraries.classmate )
compile( libraries.activation )
// We need dom4j for a number of things temporarily:
// 1) (unsupported) EntityMode.DOM4J support