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 10a5f4a commit 9c9d8bdCopy full SHA for 9c9d8bd
hibernate-core/hibernate-core.gradle
@@ -11,7 +11,6 @@ apply plugin: 'version-injection'
11
apply plugin: 'org.hibernate.build.gradle.xjc'
12
13
dependencies {
14
- compile( libraries.jta )
15
compile( libraries.jpa )
16
compile( libraries.javassist )
17
compile( libraries.antlr )
@@ -26,6 +25,7 @@ dependencies {
26
25
27
antlr( libraries.antlr )
28
+ provided( libraries.jta )
29
provided( libraries.ant )
30
provided( libraries.jacc )
31
provided( libraries.validation )
hibernate-testing/hibernate-testing.gradle
@@ -6,6 +6,7 @@
6
*/
7
8
compile project( ':hibernate-core' )
9
+ compile( libraries.jta )
10
compile( libraries.junit )
compile( libraries.byteman )
compile( libraries.byteman_install )
0 commit comments