You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2013/10/02 23:01:37 UTC

svn commit: r1528622 - in /hbase/trunk: hbase-it/pom.xml hbase-server/pom.xml hbase-shell/pom.xml hbase-thrift/pom.xml pom.xml

Author: eclark
Date: Wed Oct  2 21:01:37 2013
New Revision: 1528622

URL: http://svn.apache.org/r1528622
Log:
HBASE-9700 remove htrace-zipkin from the runtime dependencies

Modified:
    hbase/trunk/hbase-it/pom.xml
    hbase/trunk/hbase-server/pom.xml
    hbase/trunk/hbase-shell/pom.xml
    hbase/trunk/hbase-thrift/pom.xml
    hbase/trunk/pom.xml

Modified: hbase/trunk/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-it/pom.xml?rev=1528622&r1=1528621&r2=1528622&view=diff
==============================================================================
--- hbase/trunk/hbase-it/pom.xml (original)
+++ hbase/trunk/hbase-it/pom.xml Wed Oct  2 21:01:37 2013
@@ -216,12 +216,6 @@
         <groupId>org.cloudera.htrace</groupId>
         <artifactId>htrace-core</artifactId>
       </dependency>
-      <dependency>
-        <groupId>org.cloudera.htrace</groupId>
-        <artifactId>htrace-zipkin</artifactId>
-      </dependency>
-    <!-- General dependencies -->
-
   </dependencies>
 
   <profiles>

Modified: hbase/trunk/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/pom.xml?rev=1528622&r1=1528621&r2=1528622&view=diff
==============================================================================
--- hbase/trunk/hbase-server/pom.xml (original)
+++ hbase/trunk/hbase-server/pom.xml Wed Oct  2 21:01:37 2013
@@ -442,15 +442,11 @@
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
     </dependency>
-    <!-- Test Dependencies -->
+    <!-- tracing Dependencies -->
     <dependency>
       <groupId>org.cloudera.htrace</groupId>
       <artifactId>htrace-core</artifactId>
    </dependency>
-    <dependency>
-      <groupId>org.cloudera.htrace</groupId>
-      <artifactId>htrace-zipkin</artifactId>
-    </dependency>
   </dependencies>
   <profiles>
     <!-- Skip the tests in this module -->

Modified: hbase/trunk/hbase-shell/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-shell/pom.xml?rev=1528622&r1=1528621&r2=1528622&view=diff
==============================================================================
--- hbase/trunk/hbase-shell/pom.xml (original)
+++ hbase/trunk/hbase-shell/pom.xml Wed Oct  2 21:01:37 2013
@@ -226,10 +226,6 @@
       <groupId>org.cloudera.htrace</groupId>
       <artifactId>htrace-core</artifactId>
    </dependency>
-    <dependency>
-      <groupId>org.cloudera.htrace</groupId>
-      <artifactId>htrace-zipkin</artifactId>
-    </dependency>
   </dependencies>
   <profiles>
     <!-- Skip the tests in this module -->

Modified: hbase/trunk/hbase-thrift/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-thrift/pom.xml?rev=1528622&r1=1528621&r2=1528622&view=diff
==============================================================================
--- hbase/trunk/hbase-thrift/pom.xml (original)
+++ hbase/trunk/hbase-thrift/pom.xml Wed Oct  2 21:01:37 2013
@@ -213,10 +213,6 @@
       <artifactId>htrace-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.cloudera.htrace</groupId>
-      <artifactId>htrace-zipkin</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>
     </dependency>

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1528622&r1=1528621&r2=1528622&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Oct  2 21:01:37 2013
@@ -1347,11 +1347,6 @@
         <artifactId>htrace-core</artifactId>
         <version>${htrace.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.cloudera.htrace</groupId>
-        <artifactId>htrace-zipkin</artifactId>
-        <version>${htrace.version}</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <!-- Dependencies needed by subprojects -->