Skip to content

Commit f22a462

Browse files
committed
fix
1 parent 1e3e7eb commit f22a462

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

instrumentation/xxl-job/xxl-job-1.9.2/javaagent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ otelJava {
1717
}
1818

1919
dependencies {
20+
library("org.apache.groovy:groovy")
2021
library("com.xuxueli:xxl-job-core:1.9.2") {
2122
exclude("org.codehaus.groovy", "groovy")
2223
}

instrumentation/xxl-job/xxl-job-2.1.2/javaagent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ otelJava {
1717
}
1818

1919
dependencies {
20+
library("org.apache.groovy:groovy")
2021
library("com.xuxueli:xxl-job-core:2.1.2") {
2122
exclude("org.codehaus.groovy", "groovy")
2223
}

instrumentation/xxl-job/xxl-job-2.3.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ otelJava {
1717
}
1818

1919
dependencies {
20+
library("org.apache.groovy:groovy")
2021
library("com.xuxueli:xxl-job-core:2.3.0") {
2122
exclude("org.codehaus.groovy", "groovy")
2223
}

0 commit comments

Comments
 (0)