We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9471605 commit cc64a80Copy full SHA for cc64a80
grails-docs/build.gradle
@@ -16,6 +16,8 @@ dependencies {
16
exclude group: 'bouncycastle', module:'bcprov-jdk14'
17
}
18
19
+ runtime "org.slf4j:slf4j-api:$slf4jVersion"
20
+
21
runtime('com.lowagie:itext:2.0.8')
22
compile 'org.jsoup:jsoup:1.7.3'
23
testCompile "junit:junit:$junitVersion"
0 commit comments