HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
(cherry picked from commit e6c1f511a3
)
This commit is contained in:
parent
9c9d8bd0be
commit
eca5839404
|
@ -15,6 +15,7 @@ dependencies {
|
||||||
compile( libraries.javassist )
|
compile( libraries.javassist )
|
||||||
compile( libraries.antlr )
|
compile( libraries.antlr )
|
||||||
compile( libraries.jandex )
|
compile( libraries.jandex )
|
||||||
|
compile( libraries.jta )
|
||||||
|
|
||||||
// We need dom4j for a number of things temporarily:
|
// We need dom4j for a number of things temporarily:
|
||||||
// 1) (unsupported) EntityMode.DOM4J support
|
// 1) (unsupported) EntityMode.DOM4J support
|
||||||
|
@ -25,7 +26,6 @@ dependencies {
|
||||||
|
|
||||||
antlr( libraries.antlr )
|
antlr( libraries.antlr )
|
||||||
|
|
||||||
provided( libraries.jta )
|
|
||||||
provided( libraries.ant )
|
provided( libraries.ant )
|
||||||
provided( libraries.jacc )
|
provided( libraries.jacc )
|
||||||
provided( libraries.validation )
|
provided( libraries.validation )
|
||||||
|
|
Loading…
Reference in New Issue