I've got this fixed now, the clean install worked fine, but running through the IDE was failing, it seems IntelliJ was clinging to an old reference of the commons library. Deleted it and reimported...
Type: Posts; User: rob.lee; Keyword(s):
I've got this fixed now, the clean install worked fine, but running through the IDE was failing, it seems IntelliJ was clinging to an old reference of the commons library. Deleted it and reimported...
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ trainee-developer-programme ---
[INFO] com.XXX.tdp:trainee-developer-programme:jar:0.0.1-SNAPSHOT
[INFO] +- junit:junit:jar:4.8.1:test...
Hi Oliver,
Thanks for the response! I've changed up to spring-data-mongodb 1.2.0.RELEASE, which seems to pull in the Spring Data Commons dependency (unless something else does) which is at...
Hi all,
I'm afraid I'm rather new to Spring and MongoDB, but I've been working from the mongodb.examples.hello project, and when I change the dependency in the pom to 1.1.1.RELEASE I get and...