aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bagel/pom.xml1
-rw-r--r--core/pom.xml1
-rw-r--r--examples/pom.xml1
-rw-r--r--mllib/pom.xml1
4 files changed, 0 insertions, 4 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 1b555bead7..fc5dce7ffd 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/core/pom.xml b/core/pom.xml
index 9310d000fd..c5baecfaad 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -35,7 +35,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 6e54e94cf5..4ccc6aa198 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -50,7 +50,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 863aef9392..801aa6e719 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>