Repository: activemq Updated Branches: refs/heads/trunk b9cbd93a6 -> 08b1bedc6
[AMQ-5455] Use a working repository for the paho dependency Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/08b1bedc Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/08b1bedc Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/08b1bedc Branch: refs/heads/trunk Commit: 08b1bedc6d421c09733c6f0576dcfe737970d1d0 Parents: b9cbd93 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Nov 24 19:31:32 2014 -0500 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Nov 24 19:31:32 2014 -0500 ---------------------------------------------------------------------- activemq-mqtt/pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/08b1bedc/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index a466b00..4f45ec2 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -282,20 +282,10 @@ <repositories> <!-- for the paho dependency --> <repository> - <id>eclipse.m2</id> - <url>https://repo.eclipse.org/content/groups/releases/</url> - <releases><enabled>true</enabled></releases> - <snapshots><enabled>false</enabled></snapshots> - </repository> - <repository> <id>spring.io</id> <url>http://repo.spring.io/plugins-release</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> + <releases><enabled>true</enabled></releases> + <snapshots><enabled>false</enabled></snapshots> </repository> </repositories>
