Author: tucu
Date: Mon Apr 23 22:33:51 2012
New Revision: 1329496
URL: http://svn.apache.org/viewvc?rev=1329496&view=rev
Log:
Merge -r 1329492:1329493 from trunk to branch. FIXES: MAPREDUCE-4141
Modified:
hadoop/common/branches/branch-2/hadoop-client/pom.xml
Modified: hadoop/common/branches/branch-2/hadoop-client/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-client/pom.xml?rev=1329496&r1=1329495&r2=1329496&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-client/pom.xml Mon Apr 23 22:33:51
2012
@@ -172,10 +172,6 @@
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
- <groupId>com.cenqua.clover</groupId>
- <artifactId>clover</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
@@ -212,10 +208,6 @@
<artifactId>jersey-guice</artifactId>
</exclusion>
<exclusion>
- <groupId>com.cenqua.clover</groupId>
- <artifactId>clover</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</exclusion>
@@ -263,10 +255,6 @@
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.cenqua.clover</groupId>
- <artifactId>clover</artifactId>
- </exclusion>
</exclusions>
</dependency>
@@ -291,10 +279,6 @@
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.cenqua.clover</groupId>
- <artifactId>clover</artifactId>
- </exclusion>
</exclusions>
</dependency>
</dependencies>