# Removed unused json lib reference in Hadoop.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9c3ba047 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9c3ba047 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9c3ba047 Branch: refs/heads/ignite-sql-tests Commit: 9c3ba0477854ae34dc2e576c145372beb3e0e46a Parents: e09b037 Author: vozerov <voze...@gridgain.com> Authored: Thu Feb 26 11:22:34 2015 +0300 Committer: vozerov <voze...@gridgain.com> Committed: Thu Feb 26 11:22:34 2015 +0300 ---------------------------------------------------------------------- modules/hadoop/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9c3ba047/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index d965e58..04ab706 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -103,14 +103,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-spring</artifactId> <version>${ignite.version}</version> @@ -206,8 +198,6 @@ <classpathDependencyExcludes>io.netty:netty</classpathDependencyExcludes> <classpathDependencyExcludes>org.apache.hadoop:hadoop-mapreduce-client-core</classpathDependencyExcludes> <!--<classpathDependencyExcludes>commons-beanutils:commons-beanutils</classpathDependencyExcludes>--> - <!--<classpathDependencyExcludes>net.sf.json-lib:json-lib</classpathDependencyExcludes>--> - <!--<classpathDependencyExcludes>net.sf.ezmorph:ezmorph</classpathDependencyExcludes>--> <classpathDependencyExcludes>org.hamcrest:hamcrest-core</classpathDependencyExcludes> <!--<classpathDependencyExcludes>commons-collections:commons-collections</classpathDependencyExcludes>--> <classpathDependencyExcludes>org.eclipse.jetty:jetty-http</classpathDependencyExcludes>