On 19/02/2013 10:19, ernst Developer wrote:
Hi,
Today I did a mvn clean install of Syncope. I run into a problem with
the dependency:
<groupId>org.connid.bundles</groupId>
<artifactId>org.connid.bundles.csvdir</artifactId>
<version>0.6.1-SNAPSHOT</version>
This version seems not available in the maven central repository, and
the apache snapshot repository. Is that true? For now I changed the
version of the artifact to 0.6, because this version is available.
What should I do to solve this issue?
Here's why the root pom.xml features the Sonatype OSS snapshot
repository (it's already there):
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
In particular, the dependency mentioned above is available at
https://oss.sonatype.org/content/repositories/snapshots/org/connid/bundles/org.connid.bundles.csvdir/0.6.1-SNAPSHOT/
Regards.
--
Francesco Chicchiriccò
ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/