Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
[grailstwitter] Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Jun 19, 2012
1 parent 53fabac commit 3e54236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion grailstwitter/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Grails Metadata file
#Tue Feb 28 09:07:08 GMT 2012
app.grails.version=2.0.1
app.grails.version=2.0.4
app.name=grailstwitter
app.servlet.version=2.4
app.version=0.1
15 changes: 7 additions & 8 deletions grailstwitter/grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@ grails.project.dependency.resolution = {
grailsCentral()
}
plugins {
compile ":spring-security-core:1.2.4"
compile ":spring-security-core:1.2.7.3", ":webxml:1.4.1"
runtime ":blueprint:1.0.2",
":cloud-foundry:1.2.1",
":cloud-support:1.0.9",
":cloud-foundry:1.2.2",
":executor:0.3",
":hibernate:2.0.1",
":mongodb:1.0.0.RC4",
":hibernate:2.0.4",
":mongodb:1.0.0.GA",
":profiler:0.4.1",
":prototype:1.0",
":rabbitmq:0.4-SNAPSHOT",
":rabbitmq:1.0.0.RC1",
":resources:1.1.6",
":redis:1.2",
":redis:1.3.1",
":searchable:0.6.3", {
excludes "slf4j-simple"
}
build ":tomcat:2.0.1"
build ":tomcat:2.0.4"
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
Expand Down

0 comments on commit 3e54236

Please sign in to comment.