You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/06/21 16:26:51 UTC

[5/8] ignite git commit: IGNITE-3277 Cleanup pom.xml.

IGNITE-3277 Cleanup pom.xml.


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

Branch: refs/heads/ignite-3230
Commit: 9bdb41ca3e2f89e8147ed1d4bfeb022d79d0e709
Parents: 1c3e408
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Jun 21 15:07:32 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Jun 21 15:07:32 2016 +0700

----------------------------------------------------------------------
 modules/clients/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9bdb41ca/modules/clients/pom.xml
----------------------------------------------------------------------
diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml
index 73a2161..8f8fca9 100644
--- a/modules/clients/pom.xml
+++ b/modules/clients/pom.xml
@@ -83,14 +83,6 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sf.json-lib</groupId>
-            <artifactId>json-lib</artifactId>
-            <version>2.4</version>
-            <classifier>jdk15</classifier>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${project.version}</version>