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>


Reply via email to