Details
Description
The offending pom is here:
https://repository.cloudera.com/content/repositories/releases/org/apache/hadoop/hadoop-test/0.20.2-cdh3u1/hadoop-test-0.20.2-cdh3u1.pom
Snippet:
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>0.20.2-cdh3u0</version>
</dependency>
Changing already published poms is a faux pas, but it should be checked that future releases will contain the right dependency version.