You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2018/11/10 20:59:25 UTC

[22/22] phoenix git commit: Remove unnecessary dependencies in assembly

Remove unnecessary dependencies in assembly


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

Branch: refs/heads/omid2
Commit: d03eadc23f7da4bcfa36c7add810ff43707e5700
Parents: cf08715
Author: James Taylor <ja...@apache.org>
Authored: Sat Nov 10 12:56:59 2018 -0800
Committer: James Taylor <ja...@apache.org>
Committed: Sat Nov 10 12:58:32 2018 -0800

----------------------------------------------------------------------
 phoenix-assembly/pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d03eadc2/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 9d3c891..e2543c5 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -127,23 +127,13 @@
       <artifactId>phoenix-queryserver-client</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.google.inject</groupId>
-      <artifactId>guice</artifactId>
-      <version>3.0</version>
+      <groupId>org.apache.phoenix</groupId>
+      <artifactId>phoenix-load-balancer</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.omid</groupId>
       <artifactId>omid-hbase-tools-hbase1.x</artifactId>
       <version>${omid.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.htrace</groupId>
-      <artifactId>htrace-core</artifactId>
-      <version>3.2.0-incubating</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-load-balancer</artifactId>
-    </dependency>
   </dependencies>
 </project>