Skip to content

Commit

Permalink
build: remove compilation warning about missing slf4j impl (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei authored Dec 2, 2024
1 parent 9c54ac2 commit a3110ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
compileOnly 'org.grails:grails-core' // Provided as this is a Grails plugin

testFixturesCompileOnly 'jakarta.servlet:jakarta.servlet-api'
testFixturesCompileOnly 'org.slf4j:slf4j-simple' // Remove compilation warning about missing slf4j impl
testFixturesApi 'org.gebish:geb-spock'
testFixturesApi 'org.grails:grails-testing-support'
testFixturesApi 'org.grails:grails-datastore-gorm'
Expand Down

0 comments on commit a3110ae

Please sign in to comment.