Skip to content

Commit d12a86e

Browse files
authored
Merge pull request #705 from pythys/embed-bitronix
switch to generated bitronix jar
2 parents c67e776 + 6d293d9 commit d12a86e

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ allprojects {
3636
}
3737
repositories {
3838
mavenCentral()
39-
maven { url = "https://jitpack.io" }
4039
}
4140
}
4241

framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api 'org.apache.groovy:groovy-xml:5.0.3' // Apache 2.0
6464

6565
// Bitronix Transaction Manager, a modernized fork
66-
api 'com.github.moqui.bitronix:btm:4.0.1' // Apache 2.0
66+
api 'org.moqui:btm:4.0.1' // Apache 2.0
6767

6868
// Apache Commons
6969
api 'org.apache.commons:commons-csv:1.14.1' // Apache 2.0

framework/lib/btm-4.0.1.jar

354 KB
Binary file not shown.

0 commit comments

Comments
 (0)