Remove redundant dependency (#3722)
This commit is contained in:
parent
117891afa1
commit
9c7df20c09
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue