mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-17 15:53:30 +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 {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
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'
|
provided 'javax.servlet:servlet-api:2.5'
|
||||||
|
|
||||||
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'
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user