You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/09/13 22:14:14 UTC

svn commit: r996676 - /activemq/trunk/activemq-blueprint/pom.xml

Author: gtully
Date: Mon Sep 13 20:14:14 2010
New Revision: 996676

URL: http://svn.apache.org/viewvc?rev=996676&view=rev
Log:
allow the resolution of org.apache.aries.blueprint:org.apache.aries.blueprint:pom:0.1-r964701, may be a better repo to pull from - https://issues.apache.org/activemq/browse/AMQ-2885

Modified:
    activemq/trunk/activemq-blueprint/pom.xml

Modified: activemq/trunk/activemq-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-blueprint/pom.xml?rev=996676&r1=996675&r2=996676&view=diff
==============================================================================
--- activemq/trunk/activemq-blueprint/pom.xml (original)
+++ activemq/trunk/activemq-blueprint/pom.xml Mon Sep 13 20:14:14 2010
@@ -37,6 +37,20 @@
     </activemq.osgi.import.pkg>
   </properties>
 
+  <repositories>
+        <repository>
+           <id>servicemix</id>
+           <name>Apache ServiceMix Repository</name>
+           <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+           <releases>
+               <enabled>true</enabled>
+           </releases>
+           <snapshots>
+               <enabled>false</enabled>
+           </snapshots>
+       </repository>
+  </repositories>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.aries.blueprint</groupId>