You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by pz...@apache.org on 2019/06/18 15:40:35 UTC

[knox] branch master updated: Added repo for CM API client

This is an automated email from the ASF dual-hosted git repository.

pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b8bc7b  Added repo for CM API client
1b8bc7b is described below

commit 1b8bc7bc041a0b638adcde04c83624bf24b4bd23
Author: pzampino <pz...@cloudera.com>
AuthorDate: Tue Jun 18 11:11:58 2019 -0400

    Added repo for CM API client
---
 gateway-discovery-cm/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gateway-discovery-cm/pom.xml b/gateway-discovery-cm/pom.xml
index e646c68..46371f1 100644
--- a/gateway-discovery-cm/pom.xml
+++ b/gateway-discovery-cm/pom.xml
@@ -60,5 +60,12 @@
         </dependency>
     </dependencies>
 
+    <repositories>
+        <repository>
+            <id>Cloudera</id>
+            <name>Cloudera</name>
+            <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
+        </repository>
+    </repositories>
 </project>