Skip linking FasterXML/jackson

This commit is contained in:
M66B 2023-10-28 09:21:38 +02:00
parent 87462e3950
commit 0a6212dde3
1 changed files with 7 additions and 3 deletions

View File

@ -667,12 +667,16 @@ dependencies {
// https://mvnrepository.com/artifact/net.sf.biweekly/biweekly
//implementation("net.sf.biweekly:biweekly:$biweekly_version") {
// exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
// exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
//}
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
api "com.fasterxml.jackson.core:jackson-core:2.14.2"
api "com.fasterxml.jackson.core:jackson-databind:2.14.2"
// https://github.com/mangstadt/ez-vcard
implementation "com.googlecode.ez-vcard:ez-vcard:$vcard_version"
implementation("com.googlecode.ez-vcard:ez-vcard:$vcard_version") {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
// https://github.com/KeepSafe/ReLinker
// https://mvnrepository.com/artifact/com.getkeepsafe.relinker/relinker