2011-03-07 16:20:53 -06:00
|
|
|
dependencies {
|
2012-03-09 13:34:02 -06:00
|
|
|
compile project( ':hibernate-core' )
|
2012-04-23 21:35:58 +08:00
|
|
|
compile( libraries.junit )
|
2012-03-16 11:00:44 +01:00
|
|
|
compile( libraries.byteman )
|
|
|
|
compile( libraries.byteman_install )
|
|
|
|
compile( libraries.byteman_bmunit )
|
2012-08-08 17:53:17 +08:00
|
|
|
compile( libraries.xapool )
|
|
|
|
compile ( libraries.jboss_jta ) {
|
2011-03-16 13:38:14 -05:00
|
|
|
transitive=false;
|
|
|
|
}
|
2013-02-08 19:02:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
jar {
|
|
|
|
manifest {
|
|
|
|
instruction 'Bundle-Description', 'Hibernate ORM Testing'
|
|
|
|
instruction 'Bundle-SymbolicName', 'org.hibernate.testing'
|
|
|
|
}
|
2011-03-07 16:20:53 -06:00
|
|
|
}
|