Skip to content

Commit 75c8e06

Browse files
committed
Declare org.slf4j:jul-over-slf4j SLF4J logging dependency.
1 parent 6592507 commit 75c8e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class DependencySetPlugin implements Plugin<Project> {
5757
project.ext.slf4jDependencies = [
5858
"org.slf4j:slf4j-api",
5959
"org.slf4j:jcl-over-slf4j",
60+
"org.slf4j:jul-over-slf4j",
6061
"org.slf4j:log4j-over-slf4j",
6162
"ch.qos.logback:logback-classic"
6263
]

0 commit comments

Comments
 (0)