We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc21d3 commit 6036e32Copy full SHA for 6036e32
control/build.gradle.kts
@@ -25,7 +25,6 @@ tasks.getByName<JavaCompile>("compileJava") {
25
dependencies {
26
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
27
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
28
- implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
29
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
30
implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion") {
31
isTransitive = false
0 commit comments