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

11 lines
304 B
Groovy
Raw Normal View History

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