Author: tucu
Date: Thu Apr 11 04:05:29 2013
New Revision: 1466763
URL: http://svn.apache.org/r1466763
Log:
HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR, breaking
webhdfs. (tucu)
Modified:
hadoop/common/trunk/hadoop-client/pom.xml
Modified: hadoop/common/trunk/hadoop-client/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-client/pom.xml?rev=1466763&r1=1466762&r2=1466763&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-client/pom.xml (original)
+++ hadoop/common/trunk/hadoop-client/pom.xml Thu Apr 11 04:05:29 2013
@@ -144,10 +144,6 @@
<artifactId>jetty</artifactId>
</exclusion>
<exclusion>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>