Repository: spark Updated Branches: refs/heads/master 3071aac38 -> bd74301ff
[BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml Author: tedyu <[email protected]> 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 <[email protected]> Authored: Sat May 9 13:19:07 2015 -0700 Committer: Michael Armbrust <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
