Skip to content

Commit c51c3e1

Browse files
committed
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1154426 13f79535-47bb-0310-9956-ffa450edef68
1 parent 64d3409 commit c51c3e1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

build.properties.default

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
artifact.remoteRepository.central: http://repo1.maven.org/maven2
33
artifact.remoteRepository.java.net2: http://download.java.net/maven/2
44
artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
5-
artifact.remoteRepository.cloudera: https://repository.cloudera.com/content/repositories/releases
65
artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
76
artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
87

build.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
285285
<artifact:remoteRepository id="central" url="${artifact.remoteRepository.central}"/>
286286
<artifact:remoteRepository id="java.net2" url="${artifact.remoteRepository.java.net2}"/>
287287
<artifact:remoteRepository id="apache" url="${artifact.remoteRepository.apache}"/>
288-
<artifact:remoteRepository id="cloudera" url="${artifact.remoteRepository.cloudera}"/>
289288
<!-- for distributed tests -->
290289
<artifact:remoteRepository id="jclouds" url="${artifact.remoteRepository.jclouds}"/>
291290
<artifact:remoteRepository id="oauth" url="${artifact.remoteRepository.oauth}"/>
@@ -379,8 +378,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
379378
<dependency groupId="junit" artifactId="junit" version="4.6" />
380379
<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>
381380
<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"/>
384382
<dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple" version="3.2"/>
385383
<dependency groupId="net.java.dev.jna" artifactId="jna" version="3.2.7"/>
386384

@@ -422,8 +420,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
422420
<dependency groupId="junit" artifactId="junit"/>
423421
<dependency groupId="commons-logging" artifactId="commons-logging"/>
424422
<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"/>
427424
<dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple"/>
428425

429426
<dependency groupId="net.java.dev.jna" artifactId="jna"/>
@@ -480,8 +477,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
480477
<dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift"/>
481478

482479
<!-- 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"/>
485481

486482
<!-- don't need jna to run, but nice to have -->
487483
<dependency groupId="net.java.dev.jna" artifactId="jna" optional="true"/>
@@ -522,7 +518,6 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
522518
dependencyRefsBuildFile="${build.dir}/build-dependencies.xml">
523519
<remoteRepository refid="central"/>
524520
<remoteRepository refid="apache"/>
525-
<remoteRepository refid="cloudera"/>
526521
<remoteRepository refid="java.net2"/>
527522
</artifact:dependencies>
528523
<artifact:dependencies pomRefId="coverage-deps-pom"

0 commit comments

Comments
 (0)