Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

dependency error when trying to use spring data mongo 1.2.2

$
0
0
In my gradle build, I have:

Code:

repositories {
        mavenCentral()
    }
dependencies {
    compile 'org.springframework.data:spring-data-mongodb:1.2.2.RELEASE'
}

I am getting this error:
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

The build works fine if I use 1.2.1.RELEASE.

Viewing all articles
Browse latest Browse all 297

Trending Articles