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

13 lines
357 B
Groovy
Raw Normal View History

2011-03-07 17:20:53 -05:00
apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "junit:junit:4.8.2"
compile( libraries.byteman )
compile( libraries.byteman_install )
compile( libraries.byteman_bmunit )
compile "com.experlog:xapool:1.5.0"
compile ( "org.jboss.jbossts:jbossjta:4.15.1.Final" ) {
transitive=false;
}
2011-03-07 17:20:53 -05:00
}