Daniel Kulp created AMQ-4883:
--------------------------------
Summary: Fusesource release repo not needed
Key: AMQ-4883
URL: https://issues.apache.org/jira/browse/AMQ-4883
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.10.0
Reporter: Daniel Kulp
The proton dependencies are at central. Thus, the fusesource release repo in
the top level pom is no longer needed and can slow down the build (as well as
cause extra required configuration if behind a firewall).
{code}
diff --git a/pom.xml b/pom.xml
index eb05b07..ffd0bef 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1590,13 +1590,6 @@
</profiles>
<repositories>
- <!-- for the proton dependency -->
- <repository>
- <id>com.fusesource.m2</id>
- <url>http://repo.fusesource.com/nexus/content/groups/public/</url>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- </repository>
<!-- for the paho dependency -->
<repository>
<id>eclipse.m2</id>
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)