Hi Eric,
Thanks for responding. I tried to add the 0.7.0 snapshot dependency to my project. When I build my project I am getting the below error. Can you please tell me what's wrong? My repository and dependency settings in pom.xml are below.
[ERROR] Failed to execute goal on project ep-reports-model: Could not resolve dependencies for project com.ebay.experimentation.reporting:ep-reports-model:jar:0.0.1-SNAPSHOT: Could not transfer artifact com.nicta:scoobi_2.9.2:jar:0.7.0-cdh3-SNAPSHOT from/to cloudera (
https://repository.cloudera.com/content/repositories/releases/): Failed to transfer
https://repository.cloudera.com/content/repositories/releases/com/nicta/scoobi_2.9.2/0.7.0-cdh3-SNAPSHOT/scoobi_2.9.2-0.7.0-cdh3-SNAPSHOT.jar. Error code 409, The repository 'libs-release-local' rejected the artifact 'libs-release-local:com/nicta/scoobi_2.9.2/0.7.0-cdh3-SNAPSHOT/scoobi_2.9.2-0.7.0-cdh3-SNAPSHOT.jar' due to its snapshot/release handling policy. -> [Help 1]
<repository>
<id>nicta's avro</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<dependency>
<groupId>com.nicta</groupId>
<artifactId>scoobi_2.9.2</artifactId>
<version>0.7.0-cdh3-SNAPSHOT</version>
</dependency>
Thanks,
Raghu