Repository: ignite Updated Branches: refs/heads/ignite-1.6.8-hadoop 87981a9e2 -> ee5a818ba
Removed "provided" from Hadoop deps. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ee5a818b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ee5a818b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ee5a818b Branch: refs/heads/ignite-1.6.8-hadoop Commit: ee5a818ba1b7ef6a9892a668814a6a6f6bd21abd Parents: 87981a9 Author: vozerov-gridgain <[email protected]> Authored: Thu Sep 22 16:57:40 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Sep 22 16:57:40 2016 +0300 ---------------------------------------------------------------------- modules/hadoop-impl/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ee5a818b/modules/hadoop-impl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop-impl/pom.xml b/modules/hadoop-impl/pom.xml index faa6653..b82a913 100644 --- a/modules/hadoop-impl/pom.xml +++ b/modules/hadoop-impl/pom.xml @@ -57,42 +57,36 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-annotations</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-auth</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>${hadoop.version}</version> - <scope>provided</scope> </dependency> <dependency>
