You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by td...@apache.org on 2019/03/18 21:52:07 UTC

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5062 Create a new repo for the phoenix connectors (addendum)

This is an automated email from the ASF dual-hosted git repository.

tdsilva pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
     new 5c101c6  PHOENIX-5062 Create a new repo for the phoenix connectors (addendum)
5c101c6 is described below

commit 5c101c6c5cbc791e8115584169a273d92c1a820a
Author: Thomas D'Silva <td...@apache.org>
AuthorDate: Mon Mar 18 14:35:07 2019 -0700

    PHOENIX-5062 Create a new repo for the phoenix connectors (addendum)
---
 phoenix-assembly/pom.xml | 16 ----------------
 phoenix-client/pom.xml   | 18 ------------------
 pom.xml                  |  5 -----
 3 files changed, 39 deletions(-)

diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 4acffdb..ac36426 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -103,22 +103,6 @@
       <artifactId>phoenix-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-flume</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-kafka</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-pig</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-spark</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.omid</groupId>
       <artifactId>omid-hbase-tools-hbase1.x</artifactId>
       <version>${omid.version}</version>
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 4cf18d3..8b4f778 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -361,23 +361,5 @@
       <groupId>org.apache.phoenix</groupId>
       <artifactId>phoenix-core</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-flume</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-pig</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.pig</groupId>
-          <artifactId>pig</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.phoenix</groupId>
-      <artifactId>phoenix-spark</artifactId>
-    </dependency>
   </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index d8de185..0e7b414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,7 @@
 
   <modules>
     <module>phoenix-core</module>
-    <module>phoenix-flume</module>
-    <module>phoenix-kafka</module>
-    <module>phoenix-pig</module>
     <module>phoenix-pherf</module>
-    <module>phoenix-spark</module>
-    <module>phoenix-hive</module>
     <module>phoenix-client</module>
     <module>phoenix-server</module>
     <module>phoenix-assembly</module>