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 {
mavenLocal()
mavenCentral()
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
}
}

View File

@ -12,8 +12,4 @@ dependencies {
provided 'javax.servlet:servlet-api:2.5'
runtime 'org.apache.httpcomponents:httpclient:4.1.1'
}
repositories {
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
}