File tree Expand file tree Collapse file tree
dd-java-agent/instrumentation/mule-4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ configurations.all {
7878 // avoid bringing in logback based on java 11
7979 force libs. logback. classic
8080 force libs. logback. core
81+
82+ // force specific version of byte-buddy for all configurations
83+ force ' net.bytebuddy:byte-buddy:1.14.18'
8184 }
8285}
8386
@@ -146,7 +149,6 @@ dependencies {
146149 testImplementation project(' :dd-java-agent:instrumentation:caffeine' )
147150 testImplementation project(' :dd-java-agent:instrumentation:quartz-2' )
148151
149-
150152 testImplementation group : ' org.mule.runtime' , name : ' mule-module-launcher' , version : muleVersion
151153 testImplementation group : ' org.mule.runtime' , name : ' mule-core' , version : muleVersion
152154 // testImplementation group: 'org.mule.runtime', name: 'mule-module-extensions-spring-support', version: muleVersion
@@ -175,7 +177,6 @@ dependencies {
175177 latestDepForkedTestImplementation group : ' org.mule.runtime' , name : ' mule-module-service' , version : ' 4.8.+'
176178 latestDepForkedTestImplementation group : ' org.mule.runtime' , name : ' mule-module-javaee' , version : ' 4.8.+'
177179
178-
179180 // 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.
180181 /*
181182 When testing with them, the mule container does not bootstrap because of:
You can’t perform that action at this time.
0 commit comments