Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
Fixed loadAfter.
Browse files Browse the repository at this point in the history
  • Loading branch information
donbeave committed May 25, 2014
1 parent c4fa040 commit 3c51559
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SpringSecurityOauthFacebookGrailsPlugin.groovy
Expand Up @@ -23,7 +23,8 @@ import grails.util.Environment
class SpringSecurityOauthFacebookGrailsPlugin {

def version = '0.2'
def grailsVersion = '1.2.2 > *'
def grailsVersion = '2.0 > *'
def loadAfter = ['springSecurityOauth']

def title = 'Facebook for Spring Security OAuth plugin'
def author = 'Mihai Cazacu, Enrico Comiti, Alexey Zhokhov'
Expand All @@ -46,8 +47,6 @@ Integrate [Facebook|http://www.facebook.com] to [Spring Security OAuth plugin|ht
url : 'https://github.com/donbeave/grails-spring-security-oauth-facebook/issues']
def scm = [url: 'https://github.com/donbeave/grails-spring-security-oauth-facebook']

def loadAfter = ['spring-security-oauth']

def doWithSpring = {
loadConfig(application.config)
}
Expand Down

0 comments on commit 3c51559

Please sign in to comment.