Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.3 c4afcb2c8 -> a9c38bcd2


PHOENIX-2715 Query Log (addendum)
Fix old com.lmax.disruptor dependency


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

Branch: refs/heads/4.x-HBase-1.3
Commit: a9c38bcd250e24ddab42c41e64b20cd57c806ba1
Parents: c4afcb2
Author: Ankit Singhal <ankitsingha...@gmail.com>
Authored: Wed Apr 11 17:36:45 2018 +0530
Committer: Ankit Singhal <ankitsingha...@gmail.com>
Committed: Wed Apr 11 17:36:45 2018 +0530

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 7 -------
 phoenix-flume/pom.xml | 6 ------
 phoenix-kafka/pom.xml | 6 ------
 3 files changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a9c38bcd/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index bab86c5..93f5938 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -345,12 +345,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.lmax</groupId>
-      <artifactId>disruptor</artifactId>
-      <version>3.2.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-core</artifactId>
     </dependency>
@@ -483,7 +477,6 @@
        <dependency>
         <groupId>com.lmax</groupId>
         <artifactId>disruptor</artifactId>
-        <version>${disruptor.version}</version>
       </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/a9c38bcd/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index cd957b2..4307b3c 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -69,12 +69,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.lmax</groupId>
-      <artifactId>disruptor</artifactId>
-      <version>3.2.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-core</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/a9c38bcd/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index 200b6d2..1966634 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -143,12 +143,6 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>com.lmax</groupId>
-                       <artifactId>disruptor</artifactId>
-                       <version>3.2.0</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
                        <groupId>org.apache.htrace</groupId>
                        <artifactId>htrace-core</artifactId>
                </dependency>

Reply via email to