You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/03/20 03:10:27 UTC

svn commit: r756304 - /servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml

Author: ffang
Date: Fri Mar 20 02:10:26 2009
New Revision: 756304

URL: http://svn.apache.org/viewvc?rev=756304&view=rev
Log:
add ServiceMix repo for jsmpp bundle to download the com.google.code:jsmpp:jar:2.0

Modified:
    servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml?rev=756304&r1=756303&r2=756304&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml Fri Mar 20 02:10:26 2009
@@ -57,6 +57,28 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
+    <repositories>
+         <!-- ServiceMix repo -->
+       <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>
+    <pluginRepositories>
+      <!-- ServiceMix repo -->
+      <pluginRepository>
+          <id>servicemix</id>
+          <name>Apache ServiceMix Repository</name>
+          <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+      </pluginRepository>
+    </pluginRepositories>    
 
     <build>
         <plugins>