mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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' )
|
evaluationDependsOn( ':hibernate-transaction-client' )
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api( project( ':hibernate-core-jakarta' ) ) {
|
api project( ':hibernate-core-jakarta' )
|
||||||
// Exclude access to this to avoid future use.
|
|
||||||
exclude group: "org.javassist", module: "javassist"
|
|
||||||
}
|
|
||||||
|
|
||||||
testImplementation( project( ':hibernate-envers-jakarta' ) )
|
testImplementation( project( ':hibernate-envers-jakarta' ) )
|
||||||
testImplementation( project( ':hibernate-testing-jakarta' ) )
|
testImplementation( project( ':hibernate-testing-jakarta' ) )
|
||||||
testImplementation( project( path: ':hibernate-core-jakarta', configuration: 'tests' ) )
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user