Skip to content

Commit

Permalink
Merge pull request #414 from anasoid/fix-slf4j-config-version
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
anasoid authored Jan 3, 2024
2 parents 8fe7494 + 9e4694d commit 57cd82f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,7 @@ subprojects {
dependencies {

// SLF4J as a facade over Log4j2 required dependencies
implementation("org.apache.logging.log4j:log4j-api:$log4j2Version")
implementation("org.apache.logging.log4j:log4j-core:$log4j2Version")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:$log4j2Version")
// Bridges from other logging implementations to SLF4J. Be careful not to bridge SLF4J itself to
implementation("org.slf4j:jul-to-slf4j:$slf4jVersion")
implementation("org.slf4j:jcl-over-slf4j:$slf4jVersion")
implementation("org.slf4j:log4j-over-slf4j:$slf4jVersion")


//JMETER
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lombockVersion=1.18.30
junitVersion = 5.10.1
log4j2Version = 2.22.1
slf4jVersion = 1.7.36
commonsIoVersion=2.15.1
commonsLangVersion=3.14.0
jmeterVersion=5.6.2
Expand Down

0 comments on commit 57cd82f

Please sign in to comment.