File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
testing/cpbs/sandbox-security-manager-two Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ cordapp {
18
18
19
19
dependencies {
20
20
cordaProvided platform(" net.corda:corda-api:$cordaApiVersion " )
21
- implementation " com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion "
21
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " ) {
22
+ // this transitive dependency is not needed as it is shaded in the jackson module, but there is a bug in
23
+ // the metadata: https://github.com/FasterXML/jackson-core/issues/999
24
+ exclude group : " ch.randelshofer"
25
+ }
22
26
compileOnly " org.osgi:org.osgi.service.component.annotations"
23
27
cordaProvided ' org.jetbrains.kotlin:kotlin-osgi-bundle'
24
28
cordaProvided ' net.corda:corda-application'
You can’t perform that action at this time.
0 commit comments