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 2018/01/03 15:31:59 UTC

knox git commit: KNOX-1151

Repository: knox
Updated Branches:
  refs/heads/master c65eee251 -> 2b77fe102


KNOX-1151


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/2b77fe10
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/2b77fe10
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/2b77fe10

Branch: refs/heads/master
Commit: 2b77fe102878f2c1e1e9831cfe1be3df75adfbd1
Parents: c65eee2
Author: Phil Zampino <pz...@gmail.com>
Authored: Wed Dec 20 11:10:54 2017 -0500
Committer: Phil Zampino <pz...@gmail.com>
Committed: Wed Dec 20 11:10:54 2017 -0500

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/2b77fe10/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dee7279..aae453e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1152,6 +1152,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.curator</groupId>
+                <artifactId>curator-recipes</artifactId>
+                <version>4.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.curator</groupId>
                 <artifactId>curator-client</artifactId>
                 <version>4.0.0</version>
             </dependency>