SEC-1729: Updated gradle to reference guice maven repo for all projects

This commit is contained in:
Rob Winch 2011-04-27 00:19:58 -05:00
parent bd74185e41
commit 855ea73117
2 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,7 @@ allprojects {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
} }
} }

View File

@ -13,7 +13,3 @@ dependencies {
runtime 'org.apache.httpcomponents:httpclient:4.1.1' runtime 'org.apache.httpcomponents:httpclient:4.1.1'
} }
repositories {
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
}