You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by jm...@apache.org on 2017/02/15 14:18:17 UTC

[2/2] phoenix git commit: PHOENIX-3658 Remove org:json:json dependency from flume module

PHOENIX-3658 Remove org:json:json dependency from flume module


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

Branch: refs/heads/4.x-HBase-1.1
Commit: 19599bf9875dd14f77f5968ba51bf41eaad24826
Parents: b5bcf3d
Author: Josh Mahonin <jm...@gmail.com>
Authored: Wed Feb 15 09:12:59 2017 -0500
Committer: Josh Mahonin <jm...@gmail.com>
Committed: Wed Feb 15 09:18:09 2017 -0500

----------------------------------------------------------------------
 phoenix-flume/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/19599bf9/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 5931be1..33f2ddd 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -169,9 +169,9 @@
 
     <!-- to work with json data using flume -->
     <dependency>
-      <groupId>org.json</groupId>
+      <groupId>com.tdunning</groupId>
       <artifactId>json</artifactId>
-      <version>20160212</version>
+      <version>1.8</version>
     </dependency>
     <dependency>
       <groupId>com.jayway.jsonpath</groupId>