HHH-5930 - Removed Ant and Hibernate Tools dependency from Envers build
This commit is contained in:
parent
4cbbdb65fd
commit
40474a69fa
|
@ -4,13 +4,11 @@ dependencies {
|
||||||
compile( project( ':hibernate-core' ) )
|
compile( project( ':hibernate-core' ) )
|
||||||
compile( project( ':hibernate-entitymanager' ) )
|
compile( project( ':hibernate-entitymanager' ) )
|
||||||
compile( libraries.commons_annotations )
|
compile( libraries.commons_annotations )
|
||||||
compile( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] ) {
|
provided( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] )
|
||||||
trasitive = false
|
|
||||||
}
|
|
||||||
compile( libraries.dom4j ) {
|
compile( libraries.dom4j ) {
|
||||||
trasitive = false
|
trasitive = false
|
||||||
}
|
}
|
||||||
compile( libraries.ant )
|
provided( libraries.ant )
|
||||||
testCompile( libraries.junit )
|
testCompile( libraries.junit )
|
||||||
testCompile( project(':hibernate-testing') )
|
testCompile( project(':hibernate-testing') )
|
||||||
testCompile( libraries.jpa )
|
testCompile( libraries.jpa )
|
||||||
|
|
Loading…
Reference in New Issue