SEC-2018: Removed mavenLocal() from gradle build

This commit is contained in:
Rob Winch 2012-07-23 11:42:06 -05:00
parent 1d701a2d8f
commit a1df1ca66b
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ allprojects {
group = 'org.springframework.security'
repositories {
mavenLocal()
mavenCentral()
}
}