Revert "HHH-8733 - General build cleanup - hibernate-testing"
This reverts commit 17a58ae033
.
This commit is contained in:
parent
0252895354
commit
cea1096b12
|
@ -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'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue