We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e1a2c commit ba922dcCopy full SHA for ba922dc
config/spring-security-config.gradle
@@ -79,6 +79,9 @@ dependencies {
79
testImplementation "com.unboundid:unboundid-ldapsdk"
80
testImplementation 'org.eclipse.persistence:javax.persistence'
81
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'
85
exclude group: 'org.jboss.spec.javax.transaction', module: 'jboss-transaction-api_1.2_spec'
86
}
87
testImplementation 'org.hsqldb:hsqldb'
0 commit comments