Skip to content

Commit

Permalink
excluded database session plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danilat committed Dec 9, 2014
1 parent 82ebf70 commit a90bf35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -28,7 +28,9 @@ grails.project.dependency.resolution = {
}

plugins {
compile ':heroku:1.0.1'
compile(':heroku:1.0.1') {
exclude 'database-session'
}
compile ':cloud-support:1.0.8'
}
}
2 changes: 1 addition & 1 deletion grails-app/conf/Config.groovy
Expand Up @@ -85,7 +85,7 @@ log4j = {

warn 'org.mortbay.log'
}

grails.plugin.databasesession.enabled = false

grails.config.locations = [ "file:/Users/danilat/cloudfoundry.groovy"]
// Uncomment and edit the following lines to start using Grails encoding & escaping improvements
Expand Down

0 comments on commit a90bf35

Please sign in to comment.