You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by an...@apache.org on 2018/04/11 12:04:18 UTC

phoenix git commit: PHOENIX-2715 Query Log (addendum) Fix old com.lmax.disruptor dependency

Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 4d94f2f7d -> 763b9e598


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

Branch: refs/heads/5.x-HBase-2.0
Commit: 763b9e5981276b1703493b810d12df185b87bfa3
Parents: 4d94f2f
Author: Ankit Singhal <an...@gmail.com>
Authored: Wed Apr 11 17:34:00 2018 +0530
Committer: Ankit Singhal <an...@gmail.com>
Committed: Wed Apr 11 17:34:00 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/763b9e59/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 901c896..bcbd42f 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.3.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-core</artifactId>
     </dependency>
@@ -508,7 +502,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/763b9e59/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 3b9b6cd..0c0386a 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/763b9e59/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index 5fa6d7a..98bb858 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>