Merge pull request #904 from DataDog/mar-kolya/fix-hibernate-urls

fix hibernate urls
This commit is contained in:
Nikolay Martynov 2019-07-02 11:09:04 -04:00 committed by GitHub
commit 2afc6069a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 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"

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>