Couchbase Java client 1.1.0 Release: Maven dependency problem
Wed, 12/12/2012 - 19:20
Is the 1.1.0 release version of the Java Couchbase client ready? I tried referencing it, but ran into a problem resolving all of the dependencies:
Failed to read artifact descriptor for spy:spymemcached:jar:2.8.9: Could not transfer artifact spy:spymemcached:pom:2.8.9 from/to couchbase (<a href="http://files.couchbase.com/maven2/" title="http://files.couchbase.com/maven2/">http://files.couchbase.com/maven2/</a>): Checksum validation failed, no checksums available from the repository
My POM file has this:
<dependency>
<groupId>couchbase</groupId>
<artifactId>couchbase-client</artifactId>
<version>1.1.0</version>
</dependency>and
<repository>
<id>couchbase</id>
<name>Couchbase Maven Repository</name>
<layout>default</layout>
<url>http://files.couchbase.com/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>Everything works fine if I use
<version>1.1-beta</version>.
Hi, looks like the checksums were missing for spy 2.8.9. I added them, can you please retry? Thanks!