Skip to content

Commit

Permalink
Excluded commons-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesliverx committed Oct 4, 2011
1 parent b2a1285 commit e73515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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", "spring-security-web"
excludes "spring-security-core", "spring-security-web", "commons-codec"
}
}

Expand Down

0 comments on commit e73515c

Please sign in to comment.