Fix nightly build (hibernate 4.3 latestDepTest) (#2298)

This commit is contained in:
Mateusz Rzeszutek 2021-02-16 12:00:03 +01:00 committed by GitHub
parent e76d3b19d1
commit 82e3166e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ testSets {
test.dependsOn version5Test, version6Test
dependencies {
library group: 'org.hibernate', name: 'hibernate-core', version: '4.3.0.Final'
compileOnly group: 'org.hibernate', name: 'hibernate-core', version: '4.3.0.Final'
implementation project(':instrumentation:hibernate:hibernate-common:javaagent')
@ -35,6 +35,7 @@ dependencies {
testInstrumentation project(':instrumentation:hibernate:hibernate-3.3:javaagent')
testInstrumentation project(':instrumentation:hibernate:hibernate-4.0:javaagent')
testImplementation group: 'org.hibernate', name: 'hibernate-core', version: '4.3.0.Final'
testImplementation group: 'org.hibernate', name: 'hibernate-entitymanager', version: '4.3.0.Final'
testImplementation group: 'org.hsqldb', name: 'hsqldb', version: '2.0.0'
//First version to work with Java 14