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-entitymanager' ) )
|
||||
compile( libraries.commons_annotations )
|
||||
compile( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] ) {
|
||||
trasitive = false
|
||||
}
|
||||
provided( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] )
|
||||
compile( libraries.dom4j ) {
|
||||
trasitive = false
|
||||
}
|
||||
compile( libraries.ant )
|
||||
provided( libraries.ant )
|
||||
testCompile( libraries.junit )
|
||||
testCompile( project(':hibernate-testing') )
|
||||
testCompile( libraries.jpa )
|
||||
|
|
Loading…
Reference in New Issue