Could you check if this config is correct?? <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> <version>3.0-SNAPSHOT</version> </dependency> ..... <repository> <snapshots> <enabled>true</enabled> </snapshots> <id>ServiceMix Snapshots</id> <name>ServiceMix 1.x Repository</name> <url>http://cvs.apache.org/repository/incubator-servicemix/jars</url> <layout>legacy</layout> </repository>
I tried this but occurs the error: [WARN] Unable to get resource from repository ServiceMix Snapshots (http://cvs.apache.org/repository/incubator-servicemix/jars) [WARN] Unable to get resource from repository XBean Repository (http://xbean.codehaus.org/maven2) org.apache.maven.artifact.resolver.ArtifactResolutionException: required artifacts missing: org.apache.servicemix:servicemix-core:jar:3.0-SNAPSHOT for the artifact: com.neogrid.integrator:integrator-core:jar:5.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), ServiceMix Snapshots (http://cvs.apache.org/repository/incubator-servicemix/jars), XBean Repository (http://xbean.codehaus.org/maven2) -- View this message in context: http://www.nabble.com/Old-jar-on-Maven-Repository-t1411719.html#a3804080 Sent from the ServiceMix - Dev forum at Nabble.com.