Skip to content

Commit

Permalink
Change hadoop libs to "provided" so other hadoop libs can be used (i.e.
Browse files Browse the repository at this point in the history
the ones provided on the cluster) - I can now use this on my CDH4 cluster
(via ukwa/webarchive-discovery/warc-hadoop-recordreaders 2.0-dev branch)

Ref Issue iipc#15
  • Loading branch information
William Palmer (BL) committed May 9, 2014
1 parent 399c58e commit f8005cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>0.20.2-cdh3u4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
Expand Down

0 comments on commit f8005cc

Please sign in to comment.