HBASE-9700 remove htrace-zipkin from the runtime dependencies

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-10-02 21:01:37 +00:00
parent de49d0d1ed
commit 122082955e
5 changed files with 1 additions and 24 deletions

View File

@ -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>

View File

@ -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 -->

View File

@ -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 -->

View File

@ -212,10 +212,6 @@
<groupId>org.cloudera.htrace</groupId>
<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>

View File

@ -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 -->