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

17 lines
400 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;
}
2013-01-23 18:22:03 -05:00
}
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM Testing'
}
2011-03-07 17:20:53 -05:00
}