Skip to content

Commit ccfd0e9

Browse files
committed
exclude old pull parser lib
1 parent f0c9582 commit ccfd0e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ configurations {
6565
}
6666

6767
configurations.all {
68+
// WHY this is in the CI classpath and not locally?
69+
exclude group: 'pull-parser', module: 'pull-parser'
70+
6871
resolutionStrategy {
6972
// avoid bringing in logback based on java 11
7073
force libs.logback.classic

0 commit comments

Comments
 (0)