aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-03-15 16:43:27 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-03-15 16:44:34 -0700
commit97e4459e1e4cca8696535e10a91733c15f960107 (patch)
tree484c4a2da67cdae9c6bbc6fa96069dde69f1bfa5 /streaming
parente19044cb1048c3755d1ea2cb43879d2225d49b54 (diff)
downloadspark-97e4459e1e4cca8696535e10a91733c15f960107.tar.gz
spark-97e4459e1e4cca8696535e10a91733c15f960107.tar.bz2
spark-97e4459e1e4cca8696535e10a91733c15f960107.zip
SPARK-1254. Consolidate, order, and harmonize repository declarations in Maven/SBT builds
This suggestion addresses a few minor suboptimalities with how repositories are handled. 1) Use HTTPS consistently to access repos, instead of HTTP 2) Consolidate repository declarations in the parent POM file, in the case of the Maven build, so that their ordering can be controlled to put the fully optional Cloudera repo at the end, after required repos. (This was prompted by the untimely failure of the Cloudera repo this week, which made the Spark build fail. #2 would have prevented that.) 3) Update SBT build to match Maven build in this regard 4) Update SBT build to not refer to Sonatype snapshot repos. This wasn't in Maven, and a build generally would not refer to external snapshots, but I'm not 100% sure on this one. Author: Sean Owen <sowen@cloudera.com> Closes #145 from srowen/SPARK-1254 and squashes the following commits: 42f9bfc [Sean Owen] Use HTTPS for repos; consolidate repos in parent in order to put optional Cloudera repo last; harmonize SBT build repos with Maven; remove snapshot repos from SBT build which weren't in Maven
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 2343e381e6..2cb8bde664 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -45,20 +45,6 @@
</profile>
</profiles>
- <repositories>
- <repository>
- <id>apache-repo</id>
- <name>Apache Repository</name>
- <url>https://repository.apache.org/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>