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 22:19:27 UTC

spark git commit: [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml

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


[BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml

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

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

5c2580c [tedyu] Reference fasterxml.jackson.version in sql/core/pom.xml
ff2a44f [tedyu] Merge branch 'master' of github.com:apache/spark
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/bd74301f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bd74301f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bd74301f

Branch: refs/heads/master
Commit: bd74301ff87f545e5808e13dd50dea12edd3db92
Parents: 3071aac
Author: tedyu <yu...@gmail.com>
Authored: Sat May 9 13:19:07 2015 -0700
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Sat May 9 13:19:11 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/bd74301f/sql/core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 6a7151a..7d274a7 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.4.4</version>
+      <version>${fasterxml.jackson.version}</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