Merge pull request #157 from lukasz-antoniak/HHH-5930-4.x
HHH-5930 [branch 4.x] - Remove hibernate-tools dependency from runtime scope
This commit is contained in:
commit
857a2268f9
|
@ -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