Skip to content

Commit 9807265

Browse files
committed
attempt fix to javadoc build
1 parent 520ef40 commit 9807265

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hibernate-testing/hibernate-testing.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ dependencies {
2525
api testLibs.bytemanBmunit
2626

2727
api( testLibs.jbossTxSpi ) {
28-
transitive=false;
28+
transitive=false
2929
}
3030
api( testLibs.jbossJta ) {
31-
transitive=false;
31+
transitive=false
3232
}
3333

3434
api 'javax.money:money-api:1.1'
35-
api 'org.javamoney:moneta:1.4.4'
35+
api ( 'org.javamoney.moneta:moneta-core:1.4.4' ) {
36+
transitive = false
37+
}
3638

3739
api testLibs.log4j2
3840

0 commit comments

Comments
 (0)