You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2013/11/13 17:17:40 UTC

git commit: AMQ-4883: Remove not needed repo. proton is in maven central.

Updated Branches:
  refs/heads/trunk 5e5458ec3 -> 13ba3008d


AMQ-4883: Remove not needed repo. proton is in maven central.


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/13ba3008
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/13ba3008
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/13ba3008

Branch: refs/heads/trunk
Commit: 13ba3008d488161d0e18934614cf244cbc5ff722
Parents: 5e5458e
Author: Claus Ibsen <cl...@gmail.com>
Authored: Wed Nov 13 17:19:06 2013 +0100
Committer: Claus Ibsen <cl...@gmail.com>
Committed: Wed Nov 13 17:19:06 2013 +0100

----------------------------------------------------------------------
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/13ba3008/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb05b07..838aeab 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>
@@ -1604,13 +1597,6 @@
       <releases><enabled>true</enabled></releases>
       <snapshots><enabled>false</enabled></snapshots>
     </repository>
-    <repository>
-        <id>com.fusesource.m2.snapshot</id>
-        <url>http://repo.fusesource.com/nexus/content/repositories/snapshots/</url>
-        <releases><enabled>false</enabled></releases>
-        <snapshots><enabled>true</enabled></snapshots>
-    </repository>
-
   </repositories>
 
 </project>