HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)

(cherry picked from commit e6c1f511a3)
This commit is contained in:
Steve Ebersole 2015-10-27 23:22:42 -05:00
parent 9c9d8bd0be
commit eca5839404
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ dependencies {
compile( libraries.javassist )
compile( libraries.antlr )
compile( libraries.jandex )
compile( libraries.jta )
// We need dom4j for a number of things temporarily:
// 1) (unsupported) EntityMode.DOM4J support
@ -25,7 +26,6 @@ dependencies {
antlr( libraries.antlr )
provided( libraries.jta )
provided( libraries.ant )
provided( libraries.jacc )
provided( libraries.validation )