Skip to content

Commit

Permalink
Add dependency and revert version of slf4j-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Sep 15, 2024
1 parent ed64819 commit 39dde72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bvm/ballerina-rt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
dist 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.0'
dist 'org.apache.logging.log4j:log4j-core:2.24.0'
dist 'org.apache.logging.log4j:log4j-api:2.24.0'
dist 'org.slf4j:slf4j-api:2.0.16'
dist 'org.slf4j:slf4j-api:1.7.22'
dist 'com.moandjiezana.toml:toml4j:0.7.2'
dist 'org.wso2.orbit.org.antlr:antlr4-runtime:4.5.1.wso2v1'
dist 'org.apache.commons:commons-lang3:3.8.1'
Expand Down
1 change: 1 addition & 0 deletions misc/maven-resolver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
implementation 'org.apache.maven.resolver:maven-resolver-transport-http:1.7.3'
implementation 'me.tongfei:progressbar'
testCompile 'org.testng:testng'
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl'
}

test {
Expand Down

0 comments on commit 39dde72

Please sign in to comment.