mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
SEC-1729: Updated gradle to reference guice maven repo for all projects
This commit is contained in:
parent
bd74185e41
commit
855ea73117
@ -12,6 +12,7 @@ allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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'
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user