This commit is contained in:
Chris Lu
2018-12-27 23:40:23 -08:00
parent 319ab6d98f
commit 9123d799b8
9 changed files with 36 additions and 39 deletions

View File

@@ -154,17 +154,6 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>