PHOENIX-3214 Fix phoenix-kafka dependencies

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

Branch: refs/heads/4.x-HBase-0.98
Commit: 3055c41ca6c44adbfcc33ee8a21bd27d08160b13
Parents: d0ea858
Author: Josh Elser <els...@apache.org>
Authored: Mon Feb 6 11:25:01 2017 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Mon Feb 6 12:35:58 2017 -0500

----------------------------------------------------------------------
 phoenix-kafka/pom.xml | 35 ++++-------------------------------
 1 file changed, 4 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3055c41c/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index 042f54c..cee32e0 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.apache.phoenix</groupId>
                <artifactId>phoenix</artifactId>
-               <version>4.10.0-HBase-1.2-SNAPSHOT</version>
+               <version>4.10.0-HBase-0.98-SNAPSHOT</version>
        </parent>
        <artifactId>phoenix-kafka</artifactId>
        <name>Phoenix - Kafka</name>
@@ -67,7 +67,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.tephra</groupId>
-                       <artifactId>tephra-hbase-compat-1.1</artifactId>
+                       <artifactId>tephra-hbase-compat-0.98</artifactId>
                </dependency>
 
                <!-- Make sure we have all the antlr dependencies -->
@@ -169,12 +169,12 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.apache.htrace</groupId>
+                       <groupId>org.cloudera.htrace</groupId>
                        <artifactId>htrace-core</artifactId>
                </dependency>
                <dependency>
                        <groupId>io.netty</groupId>
-                       <artifactId>netty-all</artifactId>
+                       <artifactId>netty</artifactId>
                </dependency>
                <dependency>
                        <groupId>commons-codec</groupId>
@@ -206,17 +206,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.hbase</groupId>
-                       <artifactId>hbase-annotations</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hbase</groupId>
-                       <artifactId>hbase-common</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hbase</groupId>
                        <artifactId>hbase-common</artifactId>
-                       <scope>test</scope>
-                       <type>test-jar</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.hbase</groupId>
@@ -238,12 +228,6 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.hbase</groupId>
-                       <artifactId>hbase-server</artifactId>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hbase</groupId>
                        <artifactId>hbase-hadoop-compat</artifactId>
                </dependency>
                <dependency>
@@ -253,17 +237,6 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.apache.hbase</groupId>
-                       <artifactId>hbase-hadoop2-compat</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hbase</groupId>
-                       <artifactId>hbase-hadoop2-compat</artifactId>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-common</artifactId>
                </dependency>

Reply via email to