File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ dependencies {
6464 testImplementation ' io.rsocket:rsocket-transport-netty'
6565 testImplementation ' jakarta.annotation:jakarta.annotation-api:1.0'
6666 testImplementation " jakarta.inject:jakarta.inject-api"
67+ testImplementation " jakarta.transaction:jakarta.transaction-api"
6768 testImplementation ' jakarta.xml.bind:jakarta.xml.bind-api'
6869 testImplementation ' ldapsdk:ldapsdk:4.1'
6970 testImplementation(' net.sourceforge.htmlunit:htmlunit' ) {
@@ -77,7 +78,9 @@ dependencies {
7778 testImplementation ' org.apache.directory.shared:shared-ldap'
7879 testImplementation " com.unboundid:unboundid-ldapsdk"
7980 testImplementation ' org.eclipse.persistence:javax.persistence'
80- testImplementation ' org.hibernate:hibernate-entitymanager'
81+ testImplementation(' org.hibernate:hibernate-entitymanager' ) {
82+ exclude group : ' org.jboss.spec.javax.transaction' , module : ' jboss-transaction-api_1.2_spec'
83+ }
8184 testImplementation ' org.hsqldb:hsqldb'
8285 testImplementation ' org.mockito:mockito-core'
8386 testImplementation " org.mockito:mockito-inline"
You can’t perform that action at this time.
0 commit comments