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