Skip to content

Commit 03ac7a8

Browse files
GRAILS-8282 - Remove transitive dependency on bcprov-jdk14
1 parent b433e28 commit 03ac7a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grails-docs/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ dependencies {
88
compile "commons-lang:commons-lang:$commonsLangVersion",
99
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
1010
"org.apache.ant:ant:$antVersion",
11-
'org.xhtmlrenderer:core-renderer:R8',
1211
'org.grails:grails-gdoc-engine:1.0.1',
1312
'org.yaml:snakeyaml:1.8'
13+
compile('org.xhtmlrenderer:core-renderer:R8') {
14+
exclude group: 'bouncycastle', module:'bcprov-jdk14'
15+
}
1416

1517
testCompile "junit:junit:$junitVersion"
1618
testCompile('org.spockframework:spock-core:0.6-groovy-1.8-SNAPSHOT') {

0 commit comments

Comments
 (0)