Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Could not find artifact org.codehaus.jackson:jackson-mapper-asl:1.9.13-cloudera.1 in maven repo

avatar
New Contributor

Hi,

 

I was trying to download CDH 6.0.0 dependency jars using gradle and got the following error:

> Could not find org.codehaus.jackson:jackson-mapper-asl:1.9.13-cloudera.1.
10:34:06   Searched in the following locations:
10:34:06       file:/home/****/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13-cloudera.1/jackson-mapper-asl-1.9.13-cloudera.1.pom
10:34:06       file:/home/****/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13-cloudera.1/jackson-mapper-asl-1.9.13-cloudera.1.jar
10:34:06       http://<ip>/repository/maven-public/org/codehaus/jackson/jackson-mapper-asl/1.9.13-cloudera.1/jackso...
10:34:06       http://<ip>/repository/maven-public/org/codehaus/jackson/jackson-mapper-asl/1.9.13-cloudera.1/jackso...

 I checked the maven-public repo where other dependency jars available but found no 'jackson-mapper-asl-1.9.13-cloudera.1.jar' under above specified path. 

The jackson-mapper-asl entry is present in cdh-root-6.0.0.pom.

<cdh.jackson-mapper-asl.version>1.9.13-cloudera.1</cdh.jackson-mapper-asl.version>

 

It seems that this jar is missing from the repo.

Who agreed with this topic