hibernate-orm/hibernate-testing/hibernate-testing.gradle

11 lines
304 B
Groovy
Raw Normal View History

2011-03-07 17:20:53 -05:00
dependencies {
compile project( ':hibernate-core' )
2012-04-23 09:35:58 -04:00
compile( libraries.junit )
compile( libraries.byteman )
compile( libraries.byteman_install )
compile( libraries.byteman_bmunit )
2012-08-08 05:09:11 -04:00
compile( libraries.xapool )
compile ( libraries.jboss_jta ) {
transitive=false;
}
2011-03-07 17:20:53 -05:00
}