Chris Riccomini created SAMZA-447:
-------------------------------------
Summary: Remove Apache Maven repository from build.gradle
Key: SAMZA-447
URL: https://issues.apache.org/jira/browse/SAMZA-447
Project: Samza
Issue Type: Bug
Components: build
Affects Versions: 0.9.0
Reporter: Chris Riccomini
Fix For: 0.9.0
Samza's build.gradle still has:
{noformat}
// Required for Kafka.
maven {
url 'https://repository.apache.org/content/groups/public'
}
{noformat}
However, Kafka is now in Maven central, so this isn't needed. Removing this
repository should make things faster and more stable, as Apache's Maven repo
sometimes goes down, and Gradle occasionally checks it for JARs (e.g. JUnit)
when it shouldn't.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)