Repository: crunch
Updated Branches:
  refs/heads/master d65ba78e6 -> 28ab19975


CRUNCH-647: Remove obsolete jackson dependencies


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

Branch: refs/heads/master
Commit: 28ab19975b1939d754e32e3a09f23134e351223b
Parents: d65ba78
Author: Josh Wills <[email protected]>
Authored: Fri May 12 09:52:49 2017 -0700
Committer: Josh Wills <[email protected]>
Committed: Mon May 15 14:20:02 2017 -0700

----------------------------------------------------------------------
 crunch-core/pom.xml | 12 ------------
 pom.xml             | 13 -------------
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/28ab1997/crunch-core/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-core/pom.xml b/crunch-core/pom.xml
index c4e2cce..4b41203 100644
--- a/crunch-core/pom.xml
+++ b/crunch-core/pom.xml
@@ -87,18 +87,6 @@ under the License.
       <scope>provided</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-core-asl</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-mapper-asl</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    
     <!-- Both Protobufs and Thrift are supported as
          derived serialization types, and you can use
          (almost) any version of them you like, Crunch

http://git-wip-us.apache.org/repos/asf/crunch/blob/28ab1997/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c45568..919442b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@ under the License.
     <hive.version>0.13.1</hive.version>
     <parquet.version>1.8.1</parquet.version>
     <javassist.version>3.16.1-GA</javassist.version>
-    <jackson.version>1.8.8</jackson.version>
     <jackson.databind.version>2.6.1</jackson.databind.version>
     <protobuf-java.version>2.5.0</protobuf-java.version>
     <libthrift.version>0.8.0</libthrift.version>
@@ -280,18 +279,6 @@ under the License.
       </dependency>
 
       <dependency>
-        <groupId>org.codehaus.jackson</groupId>
-        <artifactId>jackson-core-asl</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.codehaus.jackson</groupId>
-        <artifactId>jackson-mapper-asl</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
         <version>${jackson.databind.version}</version>

Reply via email to