Updated the SDG build.gradle Maven repository references to include Spring IO's libs-release and libs-milestone. In addition, moved the AMZN S3 Maven Repo to the top of the list to ensure the GemFire artifacts are pulled from the source.

This commit is contained in:
John Blum
2014-04-29 12:03:01 -07:00
parent 426c110187
commit 0bdf1dd691

View File

@@ -11,9 +11,11 @@ description = 'Spring Data GemFire'
group = 'org.springframework.data'
repositories {
maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"}
maven { url "http://repo.spring.io/libs-release" }
maven { url "http://repo.spring.io/libs-milestone" }
maven { url "http://repo.spring.io/libs-snapshot" }
maven { url "http://repo.spring.io/plugins-release"}
maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"}
}