Hi~ I would like to ask,servicemix4.5.1 is not integrated into the spring-data-mongodb?
If I want to use spring-data-mongodb in servicemix4.5.1 , and what is the right way? I tried to download spring-data-mongodb: <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-mongodb</artifactId> <version>1.0.0.RELEASE</version> </dependency> But the error : Missing artifact org.springframework.data:spring-data-mongodb:jar:1.0.0.RELEASE pom.xml I'm Sorry! I know that this problem should not be in the mail group asked , but think there should be a solution . Or is the cause of the problem. Thanks!
