You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2017/03/01 21:49:30 UTC

[04/15] cassandra git commit: Remove unused repositories

Remove unused repositories

Patch by Robert Stupp; Reviewed by Michael Shuler for CASSANDRA-13278


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/301f7c5b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/301f7c5b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/301f7c5b

Branch: refs/heads/cassandra-3.0
Commit: 301f7c5b7bfbb73ecbfb65a6ac7b393a4d968e78
Parents: 3c2f876
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 1 13:24:22 2017 +0100
Committer: Jeff Jirsa <je...@jeffjirsa.net>
Committed: Wed Mar 1 13:40:04 2017 -0800

----------------------------------------------------------------------
 CHANGES.txt              | 1 +
 build.properties.default | 3 ---
 build.xml                | 4 ----
 3 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/301f7c5b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f3de538..111f3de 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,6 @@
 2.1.18
  * Log stacktrace of uncaught exceptions (CASSANDRA-13108)
+ * Remove unused repositories (CASSANDRA-13278)
 
 2.1.17
  * Use portable stderr for java error in startup (CASSANDRA-13211)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/301f7c5b/build.properties.default
----------------------------------------------------------------------
diff --git a/build.properties.default b/build.properties.default
index ff6aea0..45d65d9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -1,7 +1,4 @@
 # Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
 artifact.remoteRepository.central:     http://repo1.maven.org/maven2
-artifact.remoteRepository.java.net2:   http://download.java.net/maven/2
 artifact.remoteRepository.apache:      https://repository.apache.org/content/repositories/releases
-artifact.remoteRepository.jclouds:     http://jclouds.googlecode.com/svn/repo
-artifact.remoteRepository.oauth:       http://oauth.googlecode.com/svn/code/maven
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/301f7c5b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 94b1ed5..da42975 100644
--- a/build.xml
+++ b/build.xml
@@ -288,7 +288,6 @@
 
       <!-- define the remote repositories we use -->
       <artifact:remoteRepository id="central"   url="${artifact.remoteRepository.central}"/>
-      <artifact:remoteRepository id="java.net2" url="${artifact.remoteRepository.java.net2}"/>
       <artifact:remoteRepository id="apache"    url="${artifact.remoteRepository.apache}"/>
 
       <macrodef name="install">
@@ -572,7 +571,6 @@
                              dependencyRefsBuildFile="${build.dir}/build-dependencies.xml">
           <remoteRepository refid="central"/>
           <remoteRepository refid="apache"/>
-          <remoteRepository refid="java.net2"/>
       </artifact:dependencies>
       <artifact:dependencies pomRefId="coverage-deps-pom"
                              pathId="cobertura.classpath">
@@ -597,7 +595,6 @@
                              dependencyRefsBuildFile="${build.dir}/test-dependencies.xml">
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
-        <remoteRepository refid="oauth"/>
       </artifact:dependencies>
       <copy todir="${test.lib}/jars">
         <fileset refid="test-dependency-jars"/>
@@ -617,7 +614,6 @@
                              dependencyRefsBuildFile="${build.dir}/test-dependencies.xml">
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
-        <remoteRepository refid="java.net2"/>
       </artifact:dependencies>
       <copy todir="${build.dir.lib}/jars">
         <fileset refid="test-dependency-jars"/>