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 b433e28 commit 03ac7a8Copy full SHA for 03ac7a8
grails-docs/build.gradle
@@ -8,9 +8,11 @@ dependencies {
8
compile "commons-lang:commons-lang:$commonsLangVersion",
9
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
10
"org.apache.ant:ant:$antVersion",
11
- 'org.xhtmlrenderer:core-renderer:R8',
12
'org.grails:grails-gdoc-engine:1.0.1',
13
'org.yaml:snakeyaml:1.8'
+ compile('org.xhtmlrenderer:core-renderer:R8') {
14
+ exclude group: 'bouncycastle', module:'bcprov-jdk14'
15
+ }
16
17
testCompile "junit:junit:$junitVersion"
18
testCompile('org.spockframework:spock-core:0.6-groovy-1.8-SNAPSHOT') {
0 commit comments