Merge pull request #904 from DataDog/mar-kolya/fix-hibernate-urls
fix hibernate urls
This commit is contained in:
commit
2afc6069a8
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue