Created
April 22, 2015 20:33
-
-
Save nalingarg2/7024fb83fd9e99312cff to your computer and use it in GitHub Desktop.
cm api maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project> | |
<repositories> | |
<repository> | |
<id>cdh.repo</id> | |
<url>https://repository.cloudera.com/content/groups/cloudera-repos</url> | |
<name>Cloudera Repository</name> | |
</repository> | |
… | |
</repositories> | |
<dependencies> | |
<dependency> | |
<groupId>com.cloudera.api</groupId> | |
<artifactId>cloudera-manager-api</artifactId> | |
<version>4.6.2</version> <!-- Set to the version you use --> | |
</dependency> | |
… | |
</dependencies> | |
... | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment