Skip to content

Commit

Permalink
Added org.apache.logging.log4j:log4j-slf4j-impl to classpath (#791)
Browse files Browse the repository at this point in the history
* Added slf4j-jdk14.jar to classpath

Adding binding for SLF4J that should fix StaticLoggerBinder being not loaded.
Followed instructions from warning messages that appear.

Signed-off-by: Noir <[email protected]>

* Undid 80fc198

Removed slf4j-jdk14.jar from classpath

Signed-off-by: Aniruddh <[email protected]>

* Added org.apache.logging.log4j:log4j-slf4j-impl to classpath

Signed-off-by: Aniruddh <[email protected]>

---------

Signed-off-by: Noir <[email protected]>
Signed-off-by: Aniruddh <[email protected]>
(cherry picked from commit 62b7b4f)
  • Loading branch information
Noir01 committed Nov 2, 2023
1 parent cf64c41 commit fe8e003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notifications/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ dependencies {
implementation "com.amazonaws:aws-java-sdk-ses:${aws_version}"
implementation "com.sun.mail:javax.mail:1.6.2"
implementation "javax.activation:activation:1.1"
implementation "org.slf4j:slf4j-api:${versions.slf4j}" //Needed for httpclient5
implementation "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
testImplementation(
'org.assertj:assertj-core:3.16.1',
'org.junit.jupiter:junit-jupiter-api:5.6.2',
Expand Down

0 comments on commit fe8e003

Please sign in to comment.