File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dd-java-agent/instrumentation/mule-4 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ configurations.all {
78
78
// avoid bringing in logback based on java 11
79
79
force libs. logback. classic
80
80
force libs. logback. core
81
+
82
+ // force specific version of byte-buddy for all configurations
83
+ force ' net.bytebuddy:byte-buddy:1.14.18'
81
84
}
82
85
}
83
86
@@ -146,7 +149,6 @@ dependencies {
146
149
testImplementation project(' :dd-java-agent:instrumentation:caffeine' )
147
150
testImplementation project(' :dd-java-agent:instrumentation:quartz-2' )
148
151
149
-
150
152
testImplementation group : ' org.mule.runtime' , name : ' mule-module-launcher' , version : muleVersion
151
153
testImplementation group : ' org.mule.runtime' , name : ' mule-core' , version : muleVersion
152
154
// testImplementation group: 'org.mule.runtime', name: 'mule-module-extensions-spring-support', version: muleVersion
@@ -175,7 +177,6 @@ dependencies {
175
177
latestDepForkedTestImplementation group : ' org.mule.runtime' , name : ' mule-module-service' , version : ' 4.8.+'
176
178
latestDepForkedTestImplementation group : ' org.mule.runtime' , name : ' mule-module-javaee' , version : ' 4.8.+'
177
179
178
-
179
180
// TODO: 4.9.0 is not yet out but it looks like using 4.+ instead of above 4.8.+ brings in 4.9.0-SNAPSHOT artifacts.
180
181
/*
181
182
When testing with them, the mule container does not bootstrap because of:
You can’t perform that action at this time.
0 commit comments