In my gradle build, I have:
I am getting this error:
The build works fine if I use 1.2.1.RELEASE.
Code:
repositories {
mavenCentral()
}
dependencies {
compile 'org.springframework.data:spring-data-mongodb:1.2.2.RELEASE'
}
Code:
> Could not find org.springframework.data:spring-data-commons:1.5.2.BUILD-SNAPSHOT.
Required by:
apmserver:dao:unspecified > org.springframework.data:spring-data-mongodb:1.2.2.RELEASE