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/0c5db20b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0c5db20b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0c5db20b Branch: refs/heads/ignite-1232 Commit: 0c5db20be936997b7fa07dd26840424d1633bdae Parents: f177d43 Author: Alexey Kuznetsov <[email protected]> Authored: Tue Jun 21 15:08:47 2016 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Jun 21 15:08:47 2016 +0700 ---------------------------------------------------------------------- modules/clients/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0c5db20b/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index 5b328e0..fa25d18 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>
