You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/04/02 08:29:34 UTC

incubator-ranger git commit: RANGER-367: modified build script to add htrace library for cred operations

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 5df9aa645 -> c934b7906


RANGER-367: modified build script to add htrace library for cred operations


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/c934b790
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/c934b790
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/c934b790

Branch: refs/heads/master
Commit: c934b7906d5aab2194dee5c7297f83fc116b5974
Parents: 5df9aa6
Author: sneethiraj <sn...@apache.org>
Authored: Thu Apr 2 02:09:59 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Apr 2 02:09:59 2015 -0400

----------------------------------------------------------------------
 src/main/assembly/admin-web.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c934b790/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index b734c9e..fe96e02 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -99,7 +99,7 @@
               <include>org.apache.hbase:hbase-client:jar:${hbase.version}</include>
               <include>org.apache.hbase:hbase-protocol:jar:${hbase.version}</include>
               <include>org.apache.hbase:hbase-server:jar:${hbase.version}</include>
-              <include>org.htrace:htrace-core</include>
+              <include>org.apache.htrace:htrace-core</include>
             </includes>
           </dependencySet>
         </dependencySets>
@@ -221,6 +221,7 @@
                     <include>org.slf4j:slf4j-api</include>
                     <include>org.apache.hadoop:hadoop-common</include>
                     <include>org.apache.hadoop:hadoop-auth</include>
+              		<include>org.apache.htrace:htrace-core</include>
 				</includes>
             </dependencySet>
         </dependencySets>