File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ dependencies {
41
41
testImplementation(" io.vertx:vertx-service-proxy:$vertxVersion " )
42
42
testImplementation(" io.vertx:vertx-service-discovery:$vertxVersion " )
43
43
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 " )
48
44
}
49
45
50
46
tasks.getByName<Test >(" test" ) {
@@ -148,5 +144,8 @@ tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("sha
148
144
relocate(" org.yaml" , " spp.probe.common.org.yaml" )
149
145
relocate(" io" , " spp.probe.common.io" )
150
146
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" )
151
150
}
152
151
tasks.getByName(" jar" ).dependsOn(" shadowJar" )
You can’t perform that action at this time.
0 commit comments