Fix nightly build (hibernate 4.3 latestDepTest) (#2298)
This commit is contained in:
parent
e76d3b19d1
commit
82e3166e68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue