8000 Force byte-buddy version for mule4 · DataDog/dd-trace-java@621a4a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 621a4a1

Browse files
committed
Force byte-buddy version for mule4
1 parent 14f6579 commit 621a4a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dd-java-agent/instrumentation/mule-4/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)
0