Skip to content

Commit 52bff11

Browse files
committed
refactor
1 parent 91a022b commit 52bff11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

control/build.gradle.kts

+3-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ dependencies {
4141
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
4242
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
4343
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
44-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
45-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion")
46-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
47-
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
4844
}
4945

5046
tasks.getByName<Test>("test") {
@@ -148,5 +144,8 @@ tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("sha
148144
relocate("org.yaml", "spp.probe.common.org.yaml")
149145
relocate("io", "spp.probe.common.io")
150146
relocate("com.fasterxml", "spp.probe.common.com.fasterxml")
147+
148+
//need to move marshall package to allow probe to observe platform
149+
relocate("spp.protocol.marshall", "spp.protocol")
151150
}
152151
tasks.getByName("jar").dependsOn("shadowJar")

0 commit comments

Comments
 (0)