Skip to content

Commit cc64a80

Browse files
committed
Include slf4j-api in 'grails doc' runtime dependencies. Fixes #9074
1 parent 9471605 commit cc64a80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-docs/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies {
1616
exclude group: 'bouncycastle', module:'bcprov-jdk14'
1717
}
1818

19+
runtime "org.slf4j:slf4j-api:$slf4jVersion"
20+
1921
runtime('com.lowagie:itext:2.0.8')
2022
compile 'org.jsoup:jsoup:1.7.3'
2123
testCompile "junit:junit:$junitVersion"

0 commit comments

Comments
 (0)