You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/10/25 22:53:09 UTC

svn commit: r588349 - /incubator/servicemix/branches/servicemix-4.0/pom.xml

Author: gnodet
Date: Thu Oct 25 13:53:08 2007
New Revision: 588349

URL: http://svn.apache.org/viewvc?rev=588349&view=rev
Log:
Add servicemix repo

Modified:
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=588349&r1=588348&r2=588349&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Thu Oct 25 13:53:08 2007
@@ -146,6 +146,18 @@
           <enabled>true</enabled>
       </snapshots>
     </repository>
+    <!-- ServiceMix repo -->
+    <repository>
+        <id>servicemix-snapshots</id>
+        <name>ServiceMix Repository</name>
+        <url>http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo</url>
+      <releases>
+          <enabled>false</enabled>
+      </releases>
+      <snapshots>
+          <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <dependencyManagement>
@@ -208,6 +220,11 @@
 	      <groupId>org.apache.geronimo.specs</groupId>
 	      <artifactId>geronimo-jta_1.1_spec</artifactId>
 	      <version>1.1.1-SNAPSHOT</version>
+	    </dependency>
+	    <dependency>
+	      <groupId>org.apache.geronimo.specs</groupId>
+	      <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+	      <version>2.0-SNAPSHOT</version>
 	    </dependency>
 	    <dependency>
 	      <groupId>org.apache.geronimo.specs</groupId>