Remove redundant dependency (#3722)

This commit is contained in:
Lauri Tulmin 2021-07-29 19:39:18 +03:00 committed by GitHub
parent 117891afa1
commit 9c7df20c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ dependencies {
testInstrumentation(project(":instrumentation:netty:netty-4.1:javaagent"))
testImplementation("org.awaitility:awaitility")
if (!(findProperty("testLatestDeps") as Boolean)) {
// Requires old version of Jackson
testImplementation(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.9.10"))