remove dependency on hibernate-core-jakarta tests from hibernate-envers-jakarta
This commit is contained in:
parent
d16073f7ce
commit
431de4ba68
|
@ -13,14 +13,10 @@ evaluationDependsOn( ':hibernate-envers' )
|
|||
evaluationDependsOn( ':hibernate-transaction-client' )
|
||||
|
||||
dependencies {
|
||||
api( project( ':hibernate-core-jakarta' ) ) {
|
||||
// Exclude access to this to avoid future use.
|
||||
exclude group: "org.javassist", module: "javassist"
|
||||
}
|
||||
api project( ':hibernate-core-jakarta' )
|
||||
|
||||
testImplementation( project( ':hibernate-envers-jakarta' ) )
|
||||
testImplementation( project( ':hibernate-testing-jakarta' ) )
|
||||
testImplementation( project( path: ':hibernate-core-jakarta', configuration: 'tests' ) )
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue