You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2015/05/09 19:41:50 UTC

spark git commit: Upgrade version of jackson-databind in sql/core/pom.xml

Repository: spark
Updated Branches:
  refs/heads/master 7d0f17208 -> 3071aac38


Upgrade version of jackson-databind in sql/core/pom.xml

Currently version of jackson-databind in sql/core/pom.xml is 2.3.0

This is older than the version specified in root pom.xml

This PR upgrades the version in sql/core/pom.xml so that they're consistent.

Author: tedyu <yu...@gmail.com>

Closes #6028 from tedyu/master and squashes the following commits:

28c8394 [tedyu] Upgrade version of jackson-databind in sql/core/pom.xml


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

Branch: refs/heads/master
Commit: 3071aac387ca0b80201022c9c2f245437c77a375
Parents: 7d0f172
Author: tedyu <yu...@gmail.com>
Authored: Sat May 9 10:41:30 2015 -0700
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Sat May 9 10:41:30 2015 -0700

----------------------------------------------------------------------
 sql/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3071aac3/sql/core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index e3a6b1f..6a7151a 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.4</version>
     </dependency>
     <dependency>
       <groupId>org.jodd</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org