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:
@@ -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"}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user