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

20 lines
539 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
compile( libraries.junit )
compile( libraries.byteman )
compile( libraries.byteman_install )
compile( libraries.byteman_bmunit )
compile( libraries.xapool )
compile ( libraries.jboss_jta ) {
transitive=false;
}
}
// todo : Fold into hibernate-core and publish in separate publications
// once http://issues.gradle.org/browse/GRADLE-2966 is resolved
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM Testing'
}
}