Skip to content

Commit

Permalink
Exclude ch.randelshofer:fastdoubleparser as it is not needed as a t…
Browse files Browse the repository at this point in the history
…ransitive dependency and is not a valid OSGi bundle.
  • Loading branch information
Dries Samyn committed Apr 25, 2023
1 parent 568071a commit 86c23ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testing/cpbs/sandbox-security-manager-one/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ cordapp {
}

dependencies {
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion"
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion") {
// this transitive dependency is not needed as it is shaded in the jackson module, but there is a bug in
// the metadata: https://github.com/FasterXML/jackson-core/issues/999
exclude group: "ch.randelshofer"
}

cordaProvided platform("net.corda:corda-api:$cordaApiVersion")
compileOnly "org.osgi:org.osgi.service.component.annotations"
Expand Down

0 comments on commit 86c23ea

Please sign in to comment.