Skip to content

Commit

Permalink
Upgraded a couple of plugins and switched from using the radeox JARs …
Browse files Browse the repository at this point in the history
…to grails-gdoc-engine.
  • Loading branch information
pledbrook committed Mar 11, 2011
1 parent 7611fab commit 5bf51a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -33,11 +33,11 @@ grails.project.dependency.resolution = {
":rateable:0.6.2",
":resources:1.0-RC2-SNAPSHOT",
":richui:0.6",
":screencasts:0.5.1",
":screencasts:0.5.2",
":searchable:0.5.5.1",
":shiro:1.1.1",
":simple-blog:0.1.5",
":springcache:1.2",
":springcache:1.3.1",
":spring-events:1.0",
":taggable:0.6.3",
":yui:2.7.0.1",
Expand All @@ -55,7 +55,8 @@ grails.project.dependency.resolution = {
}

dependencies {
compile "org.twitter4j:twitter4j-core:2.1.8"
compile "org.twitter4j:twitter4j-core:2.1.8",
"org.grails:grails-gdoc-engine:1.0-SNAPSHOT"

test "org.codehaus.groovy.modules.http-builder:http-builder:0.5.0", {
excludes "commons-logging", "httpclient", "xml-apis", "groovy"
Expand Down
Binary file removed lib/radeox-1.0b2-api.jar
Binary file not shown.
Binary file removed lib/radeox-1.0b2-oro.jar
Binary file not shown.
Binary file removed lib/radeox-1.0b2.jar
Binary file not shown.

0 comments on commit 5bf51a0

Please sign in to comment.