Skip to content

Commit 7b18b2e

Browse files
authored
exclude jackson-core 2.22.0 from muzzle (#11517)
1 parent 064fda9 commit 7b18b2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • dd-java-agent/instrumentation/jackson-core/jackson-core-common

dd-java-agent/instrumentation/jackson-core/jackson-core-common/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ muzzle {
33
group = 'com.fasterxml.jackson.core'
44
module = 'jackson-core'
55
versions = "[2.0.0,)"
6+
skipVersions = ['2.22.0'] // missing in Maven Central
67
assertInverse = true
78
}
89

@@ -11,6 +12,7 @@ muzzle {
1112
group = 'com.fasterxml.jackson.core'
1213
module = 'jackson-databind'
1314
versions = "[2.0.0,)"
15+
skipVersions = ['2.22.0'] // missing in Maven Central
1416
assertInverse = true
1517
}
1618
}

0 commit comments

Comments
 (0)