From 301f7c5b7bfbb73ecbfb65a6ac7b393a4d968e78 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Wed, 1 Mar 2017 13:24:22 +0100 Subject: [PATCH] Remove unused repositories Patch by Robert Stupp; Reviewed by Michael Shuler for CASSANDRA-13278 --- CHANGES.txt | 1 + build.properties.default | 3 --- build.xml | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f3de538036..111f3de2e6 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) diff --git a/build.properties.default b/build.properties.default index ff6aea0a80..45d65d9388 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 diff --git a/build.xml b/build.xml index 94b1ed5649..da42975e9d 100644 --- a/build.xml +++ b/build.xml @@ -288,7 +288,6 @@ - @@ -572,7 +571,6 @@ dependencyRefsBuildFile="${build.dir}/build-dependencies.xml"> - @@ -597,7 +595,6 @@ dependencyRefsBuildFile="${build.dir}/test-dependencies.xml"> - @@ -617,7 +614,6 @@ dependencyRefsBuildFile="${build.dir}/test-dependencies.xml"> -