mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-21 18:45:09 +00:00
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
This commit is contained in:
parent
82c5e0ae26
commit
246e98c5af
@ -11,7 +11,6 @@ apply plugin: 'version-injection'
|
||||
apply plugin: 'org.hibernate.build.gradle.xjc'
|
||||
|
||||
dependencies {
|
||||
compile( libraries.jta )
|
||||
compile( libraries.jpa )
|
||||
compile( libraries.javassist )
|
||||
compile( libraries.antlr )
|
||||
@ -27,6 +26,7 @@ dependencies {
|
||||
|
||||
antlr( libraries.antlr )
|
||||
|
||||
provided( libraries.jta )
|
||||
provided( libraries.ant )
|
||||
provided( libraries.jacc )
|
||||
provided( libraries.validation )
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
dependencies {
|
||||
compile project( ':hibernate-core' )
|
||||
compile( libraries.jta )
|
||||
compile( libraries.junit )
|
||||
compile( libraries.byteman )
|
||||
compile( libraries.byteman_install )
|
||||
|
Loading…
x
Reference in New Issue
Block a user