From c0e7202f065c35a44aa6a2304e3070de70c70959 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 23 Jul 2021 09:55:21 -0400 Subject: [PATCH] compile specific version of jackson --- build.gradle | 10 +++++----- gradle/witness/gradle-witness.gradle | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 6c12c1a0d7..d09dfbcc91 100644 --- a/build.gradle +++ b/build.gradle @@ -321,6 +321,11 @@ configure(project(':core')) { exclude(module: 'base64') exclude(module: 'httpcore-nio') } + compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion" + compile "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion" + compile("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") { + exclude(module: 'jackson-annotations') + } compile("io.github.monero-ecosystem:monero-java:$moneroJavaVersion") { exclude(module: 'jackson-core') exclude(module: 'jackson-annotations') @@ -328,11 +333,6 @@ configure(project(':core')) { exclude(module: 'bcprov-jdk15on') } implementation("org.apache.httpcomponents.client5:httpclient5:$httpclient5Version") - compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion" - compile "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion" - compile("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") { - exclude(module: 'jackson-annotations') - } implementation "com.google.protobuf:protobuf-java:$protobufVersion" compileOnly "org.projectlombok:lombok:$lombokVersion" annotationProcessor "org.projectlombok:lombok:$lombokVersion" diff --git a/gradle/witness/gradle-witness.gradle b/gradle/witness/gradle-witness.gradle index 607829e5db..ea6d6ab8be 100644 --- a/gradle/witness/gradle-witness.gradle +++ b/gradle/witness/gradle-witness.gradle @@ -18,10 +18,9 @@ dependencyVerification { 'aopalliance:aopalliance:0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08', 'ch.qos.logback:logback-classic:86a0268c3c96888d4e49d8a754b5b2173286aee100559e803efcbb0df676c66e', 'ch.qos.logback:logback-core:58738067842476feeae5768e832cd36a0e40ce41576ba5739c3632d376bd8c86', - 'com.fasterxml.jackson.core:jackson-annotations:05da0a25bb44a217880a299a1a1e0a301d194b5656a9a07776b77a88f326e7e9', - 'com.fasterxml.jackson.core:jackson-core:baef34fbce041d54f3af3ff4fc917ed8b43ed2a6fa30e0a6abfd9a2b2c3f71e0', - 'com.fasterxml.jackson.core:jackson-databind:94d973062c2fda3dff2c9a85eafce57204821cce9085a99377693dbc9fb8da23', - 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2b95bada85960212a9b138da954e7b8d278816fa92efa25437e5cfeb5a235dd0', + 'com.fasterxml.jackson.core:jackson-annotations:203cefdfa6c81e6aa84e11f292f29ca97344a3c3bc0293abea065cd837592873', + 'com.fasterxml.jackson.core:jackson-core:cc899cb6eae0c80b87d590eea86528797369cc4feb7b79463207d6bb18f0c257', + 'com.fasterxml.jackson.core:jackson-databind:f2ca3c28ebded59c98447d51afe945323df961540af66a063c015597af936aa0', 'com.github.JesusMcCloud:jtorctl:389d61b1b5a85eb2f23c582c3913ede49f80c9f2b553e4762382c836270e57e5', 'com.github.bisq-network.netlayer:tor.external:e1d6b8fe73891207701c6b14317be789fd4acd25f7b499425d2471598d9a22ac', 'com.github.bisq-network.netlayer:tor.native:aa3edf9c27071fdc2b7d55b00dbc7c6cd5dc9aa9f87aafa4be0805f818a466be',