mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 08:19:15 +00:00
Revert "HHH-8733 - General build cleanup - hibernate-testing"
This reverts commit 17a58ae0330d49c873932a8c59ab4912f5286de4.
This commit is contained in:
parent
0252895354
commit
cea1096b12
17
hibernate-testing/hibernate-testing.gradle
Normal file
17
hibernate-testing/hibernate-testing.gradle
Normal 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'
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user