Repository: ignite Updated Branches: refs/heads/master bdb838f0f -> 5224c9de4
IGNITE-5882 Duplicated dependency in pom.xml of core module Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5224c9de Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5224c9de Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5224c9de Branch: refs/heads/master Commit: 5224c9de4bea8d905bd53cd1699e5da2267f70c4 Parents: bdb838f Author: daradurvs <[email protected]> Authored: Tue Aug 1 15:52:37 2017 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Tue Aug 1 15:52:37 2017 +0300 ---------------------------------------------------------------------- modules/core/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/5224c9de/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 8385dd8..6861ac2 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -159,13 +159,6 @@ </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>14.0.1</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.gridgain</groupId> <artifactId>ignite-shmem</artifactId> <version>1.0.0</version>
