Specify version of hibernate-annotation

Using '+' pushes version of hibernate-core up as well and we do not
want thay.
This commit is contained in:
Nikolay Martynov 2019-07-02 10:41:55 -04:00
parent 94b2e91c3a
commit ffe4aabf8f
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ dependencies {
testCompile project(':dd-java-agent:instrumentation:hibernate:core-4.0')
testCompile project(':dd-java-agent:instrumentation:hibernate:core-4.3')
testCompile group: 'org.hibernate', name: 'hibernate-core', version: '3.3.0.GA'
testCompile group: 'org.hibernate', name: 'hibernate-annotations', version: '+'
testCompile group: 'org.hibernate', name: 'hibernate-core', version: '3.3.0.SP1'
testCompile group: 'org.hibernate', name: 'hibernate-annotations', version: '3.4.0.GA'
testCompile group: 'javassist', name: 'javassist', version: '+'
testCompile group: 'com.h2database', name: 'h2', version: '1.4.197'
testCompile "javax.xml.bind:jaxb-api:2.2.11"