Skip to content

Commit ba922dc

Browse files
committed
Exclude javax from hibernate dependency
Issue gh-10501
1 parent 27e1a2c commit ba922dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/spring-security-config.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ dependencies {
7979
testImplementation "com.unboundid:unboundid-ldapsdk"
8080
testImplementation 'org.eclipse.persistence:javax.persistence'
8181
testImplementation('org.hibernate:hibernate-entitymanager') {
82+
exclude group: 'javax.activation', module: 'javax.activation-api'
83+
exclude group: 'javax.persistence', module: 'javax.persistence-api'
84+
exclude group: 'javax.xml.bind', module: 'jaxb-api'
8285
exclude group: 'org.jboss.spec.javax.transaction', module: 'jboss-transaction-api_1.2_spec'
8386
}
8487
testImplementation 'org.hsqldb:hsqldb'

0 commit comments

Comments
 (0)