We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9d8bd commit eca5839Copy full SHA for eca5839
hibernate-core/hibernate-core.gradle
@@ -15,6 +15,7 @@ dependencies {
15
compile( libraries.javassist )
16
compile( libraries.antlr )
17
compile( libraries.jandex )
18
+ compile( libraries.jta )
19
20
// We need dom4j for a number of things temporarily:
21
// 1) (unsupported) EntityMode.DOM4J support
@@ -25,7 +26,6 @@ dependencies {
25
26
27
antlr( libraries.antlr )
28
- provided( libraries.jta )
29
provided( libraries.ant )
30
provided( libraries.jacc )
31
provided( libraries.validation )
0 commit comments