Repository: incubator-ignite Updated Branches: refs/heads/ignite-1223 [created] e7f6cdb97
IGNITE-1223 Remove unused library. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5c6f60e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5c6f60e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5c6f60e4 Branch: refs/heads/ignite-1223 Commit: 5c6f60e4f066276d3d70392bd1cd0a1d91a0abd6 Parents: ae11e9b Author: sevdokimov <sevdoki...@gridgain.com> Authored: Tue Aug 11 14:36:09 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Tue Aug 11 14:36:09 2015 +0300 ---------------------------------------------------------------------- modules/core/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5c6f60e4/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index c8abe15..6f16bcb 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -125,10 +125,9 @@ </dependency> <dependency> - <groupId>net.sf.json-lib</groupId> - <artifactId>json-lib</artifactId> - <version>2.4</version> - <classifier>jdk15</classifier> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> <scope>test</scope> </dependency>