Repository: ignite Updated Branches: refs/heads/ignite-3710 24ae9e5f3 -> aa7f631cc
IGNITE-3710 Dependency fix. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/aa7f631c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/aa7f631c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/aa7f631c Branch: refs/heads/ignite-3710 Commit: aa7f631cc3ccb1b8653724b63bc382850539efa7 Parents: 24ae9e5 Author: Anton Vinogradov <[email protected]> Authored: Fri Dec 16 15:51:13 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Fri Dec 16 15:51:13 2016 +0300 ---------------------------------------------------------------------- modules/spark/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/aa7f631c/modules/spark/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index 2376bcf..e26c33d 100644 --- a/modules/spark/pom.xml +++ b/modules/spark/pom.xml @@ -74,6 +74,12 @@ </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>14.0.1</version> + </dependency> + + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson2.version}</version>
