Skip to content

Commit

Permalink
Added org.apache.logging.log4j:log4j-slf4j-impl to classpath (opensea…
Browse files Browse the repository at this point in the history
…rch-project#791)

* 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]>
  • Loading branch information
Noir01 authored Nov 2, 2023
1 parent 7a94db9 commit 62b7b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifications/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ dependencies {
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 62b7b4f

Please sign in to comment.