You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/07/28 13:20:58 UTC

[33/50] [abbrv] incubator-ignite git commit: #ignite-961: remove ignite-rest-http dependency from ignite-json module.

#ignite-961:  remove ignite-rest-http dependency from ignite-json module.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e051674f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e051674f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e051674f

Branch: refs/heads/ignite-1121
Commit: e051674f4f21406c947086eddf9e3126e9c2be8d
Parents: 8201b48
Author: ivasilinets <iv...@gridgain.com>
Authored: Fri Jul 24 13:24:34 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Fri Jul 24 13:24:34 2015 +0300

----------------------------------------------------------------------
 modules/json/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e051674f/modules/json/pom.xml
----------------------------------------------------------------------
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 88c300e..35863ac 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -65,12 +65,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-rest-http</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>