You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/08/02 10:38:20 UTC

[02/17] ignite git commit: IGNITE-5882 Duplicated dependency in pom.xml of core module

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/ignite-5578-debug
Commit: 5224c9de4bea8d905bd53cd1699e5da2267f70c4
Parents: bdb838f
Author: daradurvs <da...@gmail.com>
Authored: Tue Aug 1 15:52:37 2017 +0300
Committer: Anton Vinogradov <av...@apache.org>
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>