Repository: spark Updated Branches: refs/heads/branch-1.4 6c5b9ffda -> 5110f3efe
[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 (cherry picked from commit bd74301ff87f545e5808e13dd50dea12edd3db92) Signed-off-by: Michael Armbrust <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5110f3ef Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5110f3ef Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5110f3ef Branch: refs/heads/branch-1.4 Commit: 5110f3efe5df8f46470ca9c09e06d022746e6d85 Parents: 6c5b9ff Author: tedyu <[email protected]> Authored: Sat May 9 13:19:07 2015 -0700 Committer: Michael Armbrust <[email protected]> Committed: Sat May 9 13:19:33 2015 -0700 ---------------------------------------------------------------------- sql/core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5110f3ef/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]
