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:
Adam Warski 2011-08-21 23:23:48 -07:00
commit 857a2268f9
1 changed files with 2 additions and 4 deletions

View File

@ -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 )