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/d48518bc
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d48518bc
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d48518bc

Branch: refs/heads/system-catalog
Commit: d48518bc2ddea3f4c6cd9ef5a6c2504b65255da2
Parents: 2e6dc81
Author: Ankit Singhal <ankitsingha...@gmail.com>
Authored: Wed Apr 11 17:36:03 2018 +0530
Committer: Ankit Singhal <ankitsingha...@gmail.com>
Committed: Wed Apr 11 17:36:03 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/d48518bc/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 76ca9c9..9e9a15b 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/d48518bc/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 357bc2d..3780d8d 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/d48518bc/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index bdcaef4..09547c5 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