mirror of https://github.com/apache/cassandra
Upgrade to release of Whirr 0.3.0
patch by Stu Hood for CASSANDRA-2080 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1082795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ba513058a
commit
3d0f1ac5aa
|
|
@ -5,5 +5,4 @@ artifact.remoteRepository.apache: https://repository.apache.org/content/rep
|
|||
artifact.remoteRepository.cloudera: https://repository.cloudera.com/content/repositories/releases
|
||||
artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
|
||||
artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
|
||||
artifact.remoteRepository.twttr: http://maven.twttr.com
|
||||
|
||||
|
|
|
|||
|
|
@ -192,7 +192,6 @@
|
|||
<!-- for distributed tests -->
|
||||
<artifact:remoteRepository id="jclouds" url="${artifact.remoteRepository.jclouds}"/>
|
||||
<artifact:remoteRepository id="oauth" url="${artifact.remoteRepository.oauth}"/>
|
||||
<artifact:remoteRepository id="twttr" url="${artifact.remoteRepository.twttr}"/>
|
||||
|
||||
<property name="maven-ant-tasks.initialized" value="true"/>
|
||||
</target>
|
||||
|
|
@ -238,13 +237,12 @@
|
|||
sourcesFilesetId="test-dependency-sources"
|
||||
cacheDependencyRefs="true"
|
||||
dependencyRefsBuildFile="${build.dir}/test-dependencies.xml">
|
||||
<dependency groupId="org.apache.whirr" artifactId="whirr-core" version="0.3.0-incubating-SNAPSHOT"/>
|
||||
<dependency groupId="org.apache.whirr" artifactId="whirr-cli" version="0.3.0-incubating-SNAPSHOT"/>
|
||||
<dependency groupId="org.apache.whirr" artifactId="whirr-core" version="0.3.0-incubating"/>
|
||||
<dependency groupId="org.apache.whirr" artifactId="whirr-cli" version="0.3.0-incubating"/>
|
||||
<remoteRepository refid="apache"/>
|
||||
<remoteRepository refid="central"/>
|
||||
<remoteRepository refid="jclouds"/>
|
||||
<remoteRepository refid="oauth"/>
|
||||
<remoteRepository refid="twttr"/>
|
||||
</artifact:dependencies>
|
||||
<copy todir="${test.lib}/jars">
|
||||
<fileset refid="test-dependency-jars"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue