File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
instrumentation/nocode/javaagent Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
125126javaPlatform {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments