mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Skip linking FasterXML/jackson
This commit is contained in:
parent
87462e3950
commit
0a6212dde3
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue