Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Reverting log4j and jackson version changes (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
sruti1312 committed Jul 21, 2022
1 parent 8e6a0b5 commit 220899e
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 420 deletions.
24 changes: 14 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ dependencies {
configurations.all {
resolutionStrategy {
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
force 'com.fasterxml.jackson.core:jackson-databind:2.12.6.1'
force 'com.fasterxml.jackson.core:jackson-core:2.12.6'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.6'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.6'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.6'
force 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
force 'com.fasterxml.jackson.core:jackson-core:2.10.5'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.10.5'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.5'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.10.5'
force 'junit:junit:4.13.1'
}
}
Expand All @@ -217,13 +217,17 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.68'
compile 'org.bouncycastle:bcpkix-jdk15on:1.68'
compile 'com.amazon.opendistro.elasticsearch:performanceanalyzer-rca:1.13'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.12.6'
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.6.1'
compile 'com.fasterxml.jackson.module:jackson-module-paranamer:2.12.6'
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0') {
compile(group: 'com.fasterxml.jackson.core', name:'jackson-annotations', version:'2.10.5') {
force = 'true'
}
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0') {
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
compile(group: 'com.fasterxml.jackson.module', name:'jackson-module-paranamer', version: '2.10.5') {
force = 'true'
}
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1') {
force = 'true'
}
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.1') {
force = 'true'
}

Expand Down
1 change: 1 addition & 0 deletions licenses/jackson-annotations-2.10.5.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
33298de8da86f92f8ccd61ced214d3b16f8c531e
1 change: 0 additions & 1 deletion licenses/jackson-annotations-2.12.6.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-databind-2.10.5.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7ff756c3af1fe95cb3cddba9158fc3289ca06387
1 change: 0 additions & 1 deletion licenses/jackson-databind-2.12.6.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-module-paranamer-2.10.5.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03907141093e7a5523becedba1dd27f7448caf0c
1 change: 0 additions & 1 deletion licenses/jackson-module-paranamer-2.12.6.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion licenses/log4j-api-2.16.0.jar.sha1

This file was deleted.

202 changes: 0 additions & 202 deletions licenses/log4j-api-LICENSE.txt

This file was deleted.

Empty file removed licenses/log4j-api-NOTICE.txt
Empty file.
1 change: 0 additions & 1 deletion licenses/log4j-core-2.16.0.jar.sha1

This file was deleted.

0 comments on commit 220899e

Please sign in to comment.