Skip to content

Commit

Permalink
Removed transitive dependency on spring-security-web.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesliverx committed Oct 4, 2011
1 parent 5dbb3f4 commit b2a1285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ grails.project.dependency.resolution = {
}

dependencies {
// Exclude dependencies pulled in by spring-security-core plugin
runtime 'org.springframework.security.oauth:spring-security-oauth:1.0.0.M3', {
excludes "spring-security-core"
excludes "spring-security-core", "spring-security-web"
}
}

Expand Down

0 comments on commit b2a1285

Please sign in to comment.