Revert "HHH-8733 - General build cleanup - hibernate-testing"

This reverts commit 17a58ae033.
This commit is contained in:
Steve Ebersole 2013-11-26 17:48:09 -06:00
parent 0252895354
commit cea1096b12
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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;
}
}
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM Testing'
}
}