Skip to content

Commit 8e53bbd

Browse files
committed
Rework jexl dependency per build requirement
1 parent 9cfe55a commit 8e53bbd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ val DEPENDENCIES = listOf(
119119
"org.objenesis:objenesis:3.4",
120120
"javax.validation:validation-api:2.0.1.Final",
121121
"org.snakeyaml:snakeyaml-engine:2.9",
122-
"org.elasticmq:elasticmq-rest-sqs_2.13:1.6.11"
122+
"org.elasticmq:elasticmq-rest-sqs_2.13:1.6.11",
123+
"org.apache.commons:commons-jexl3:3.4.0"
123124
)
124125

125126
javaPlatform {

instrumentation/nocode/javaagent/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ dependencies {
2222

2323
compileOnly("org.snakeyaml:snakeyaml-engine:2.9")
2424

25-
implementation("org.apache.commons:commons-jexl3:3.4.0") {
26-
exclude("commons-logging", "commons-logging")
27-
}
28-
implementation("org.slf4j:jcl-over-slf4j")
25+
implementation("org.apache.commons:commons-jexl3")
2926

3027
add("codegen", project(":instrumentation:nocode:bootstrap"))
3128
}

0 commit comments

Comments
 (0)