Skip to content

Commit

Permalink
just use impl for this
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Jul 17, 2024
1 parent a473bc0 commit c178e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {

// soft dependencies
compileOnly 'org.slf4j:slf4j-api:1.+'
compileOnly 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'

compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.+'
compileOnly 'antlr:antlr:2.7.7'
Expand Down

0 comments on commit c178e62

Please sign in to comment.