Skip to content

Commit

Permalink
HHH-12990 Remove unnecessary dependencies to JSR-250 when generating …
Browse files Browse the repository at this point in the history
…JAXB classes

It seems these dependencies were not necessary at all, even before the
previous patches.
  • Loading branch information
yrodiere authored and gsmet committed Sep 11, 2019
1 parent 0f54fcc commit acc7934
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gradle/libraries.gradle
Expand Up @@ -68,7 +68,6 @@ ext {
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',
jsr250_api: 'javax.annotation:jsr250-api:1.0',

// logging
logging: 'org.jboss.logging:jboss-logging:3.3.2.Final',
Expand Down
1 change: 0 additions & 1 deletion hibernate-core/hibernate-core.gradle
Expand Up @@ -51,7 +51,6 @@ dependencies {
xjc( libraries.jaxb2_basics )
xjc( libraries.jaxb2_basics_ant )
xjc( libraries.activation )
xjc( libraries.jsr250_api )

provided( libraries.jacc )
provided( libraries.validation )
Expand Down
1 change: 0 additions & 1 deletion tooling/metamodel-generator/hibernate-jpamodelgen.gradle
Expand Up @@ -24,7 +24,6 @@ dependencies {
xjc( libraries.jaxb2_basics )
xjc( libraries.jaxb2_basics_ant )
xjc( libraries.activation )
xjc( libraries.jsr250_api )

testCompile libraries.junit
testCompile libraries.jpa
Expand Down

0 comments on commit acc7934

Please sign in to comment.