Skip to content

Commit eca5839

Browse files
committed
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
(cherry picked from commit e6c1f51)
1 parent 9c9d8bd commit eca5839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/hibernate-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies {
1515
compile( libraries.javassist )
1616
compile( libraries.antlr )
1717
compile( libraries.jandex )
18+
compile( libraries.jta )
1819

1920
// We need dom4j for a number of things temporarily:
2021
// 1) (unsupported) EntityMode.DOM4J support
@@ -25,7 +26,6 @@ dependencies {
2526

2627
antlr( libraries.antlr )
2728

28-
provided( libraries.jta )
2929
provided( libraries.ant )
3030
provided( libraries.jacc )
3131
provided( libraries.validation )

0 commit comments

Comments
 (0)