Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grails/grails-core
Browse files Browse the repository at this point in the history
ces/src/grails/grails-app/conf/BuildConfig.groovy
  • Loading branch information
graemerocher committed Dec 13, 2011
2 parents cb4a4b5 + 9022ebf commit 0577e9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grails-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ dependencies {
compile "commons-lang:commons-lang:$commonsLangVersion",
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
"org.apache.ant:ant:$antVersion",
'org.xhtmlrenderer:core-renderer:R8',
'org.grails:grails-gdoc-engine:1.0.1',
'org.yaml:snakeyaml:1.8'
compile('org.xhtmlrenderer:core-renderer:R8') {
exclude group: 'bouncycastle', module:'bcprov-jdk14'
}

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

0 comments on commit 0577e9f

Please sign in to comment.