@@ -285,7 +285,6 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
285
285
<artifact : remoteRepository id =" central" url =" ${ artifact.remoteRepository.central } " />
286
286
<artifact : remoteRepository id =" java.net2" url =" ${ artifact.remoteRepository.java.net2 } " />
287
287
<artifact : remoteRepository id =" apache" url =" ${ artifact.remoteRepository.apache } " />
288
- <artifact : remoteRepository id =" cloudera" url =" ${ artifact.remoteRepository.cloudera } " />
289
288
<!-- for distributed tests -->
290
289
<artifact : remoteRepository id =" jclouds" url =" ${ artifact.remoteRepository.jclouds } " />
291
290
<artifact : remoteRepository id =" oauth" url =" ${ artifact.remoteRepository.oauth } " />
@@ -379,8 +378,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
379
378
<dependency groupId =" junit" artifactId =" junit" version =" 4.6" />
380
379
<dependency groupId =" commons-logging" artifactId =" commons-logging" version =" 1.1.1" />
381
380
<dependency groupId =" org.apache.rat" artifactId =" apache-rat" version =" 0.6" />
382
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-core" version =" 0.20.2-320" />
383
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-streaming" version =" 0.20.2-320" />
381
+ <dependency groupId =" org.apache.hadoop" artifactId =" hadoop-core" version =" 0.20.203.0" />
384
382
<dependency groupId =" net.sf.jopt-simple" artifactId =" jopt-simple" version =" 3.2" />
385
383
<dependency groupId =" net.java.dev.jna" artifactId =" jna" version =" 3.2.7" />
386
384
@@ -422,8 +420,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
422
420
<dependency groupId =" junit" artifactId =" junit" />
423
421
<dependency groupId =" commons-logging" artifactId =" commons-logging" />
424
422
<dependency groupId =" org.apache.rat" artifactId =" apache-rat" />
425
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-core" />
426
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-streaming" />
423
+ <dependency groupId =" org.apache.hadoop" artifactId =" hadoop-core" />
427
424
<dependency groupId =" net.sf.jopt-simple" artifactId =" jopt-simple" />
428
425
429
426
<dependency groupId =" net.java.dev.jna" artifactId =" jna" />
@@ -480,8 +477,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
480
477
<dependency groupId =" org.apache.cassandra" artifactId =" cassandra-thrift" />
481
478
482
479
<!-- don't need hadoop classes to run, but if you use the hadoop stuff -->
483
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-core" optional =" true" />
484
- <dependency groupId =" com.cloudera.hadoop" artifactId =" hadoop-streaming" optional =" true" />
480
+ <dependency groupId =" org.apache.hadoop" artifactId =" hadoop-core" optional =" true" />
485
481
486
482
<!-- don't need jna to run, but nice to have -->
487
483
<dependency groupId =" net.java.dev.jna" artifactId =" jna" optional =" true" />
@@ -522,7 +518,6 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
522
518
dependencyRefsBuildFile =" ${ build.dir } /build-dependencies.xml" >
523
519
<remoteRepository refid =" central" />
524
520
<remoteRepository refid =" apache" />
525
- <remoteRepository refid =" cloudera" />
526
521
<remoteRepository refid =" java.net2" />
527
522
</artifact : dependencies >
528
523
<artifact : dependencies pomRefId =" coverage-deps-pom"
0 commit comments