Skip to content

Commit

Permalink
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-tran…
Browse files Browse the repository at this point in the history
…sitive)

(cherry picked from commit e6c1f51)
  • Loading branch information
sebersole committed Oct 28, 2015
1 parent 9c9d8bd commit eca5839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hibernate-core/hibernate-core.gradle
Expand Up @@ -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
Expand All @@ -25,7 +26,6 @@ dependencies {

antlr( libraries.antlr )

provided( libraries.jta )
provided( libraries.ant )
provided( libraries.jacc )
provided( libraries.validation )
Expand Down

0 comments on commit eca5839

Please sign in to comment.