Skip to content

Commit

Permalink
Add slf4j-log4j12 dependency
Browse files Browse the repository at this point in the history
Fixes the "Failed to load class org.slf4j.impl.StaticLoggerBinder" message
when building.
  • Loading branch information
dr0i committed Dec 13, 2022
1 parent 94ae82a commit 62da8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metafix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation "org.eclipse.xtext:org.eclipse.xtext:${versions.xtext}"
implementation "org.eclipse.xtext:org.eclipse.xtext.xbase:${versions.xtext}"
implementation "org.slf4j:slf4j-api:${versions.slf4j}"
implementation "org.slf4j:slf4j-log4j12:${versions.slf4j}"

testImplementation "org.junit.jupiter:junit-jupiter-api:${versions.junit_jupiter}"
testImplementation "org.junit.platform:junit-platform-launcher:${versions.junit_platform}"
Expand Down

0 comments on commit 62da8a0

Please sign in to comment.