We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67e776 commit 6d293d9Copy full SHA for 6d293d9
3 files changed
build.gradle
@@ -36,7 +36,6 @@ allprojects {
36
}
37
repositories {
38
mavenCentral()
39
- maven { url = "https://jitpack.io" }
40
41
42
framework/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
api 'org.apache.groovy:groovy-xml:5.0.3' // Apache 2.0
64
65
// Bitronix Transaction Manager, a modernized fork
66
- api 'com.github.moqui.bitronix:btm:4.0.1' // Apache 2.0
+ api 'org.moqui:btm:4.0.1' // Apache 2.0
67
68
// Apache Commons
69
api 'org.apache.commons:commons-csv:1.14.1' // Apache 2.0
framework/lib/btm-4.0.1.jar
354 KB
0 commit comments