Skip to content

Commit

Permalink
updated excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed May 9, 2012
1 parent 1f01473 commit 3e29652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -33,7 +33,7 @@ grails.project.dependency.resolution = {
excludes 'ant', 'commons-el', 'derby', 'jcl104-over-slf4j', 'jetty-jmx',
'jetty-io', 'jetty-test-helper', 'jetty-xml', 'junit', 'mockito-core',
'slf4j-api', 'slf4j-jdk14', 'slf4j-simple', 'xercesImpl'
excludes(group: 'org.eclipse.jetty.orbit', ext: 'orbit')
exclude(group: 'org.eclipse.jetty.orbit', ext: 'orbit')
}
}
}

0 comments on commit 3e29652

Please sign in to comment.