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 2006/02/01 14:30:46 UTC

svn commit: r374063 - in /incubator/servicemix/trunk: pom.xml servicemix-components/pom.xml servicemix-http/pom.xml

Author: gnodet
Date: Wed Feb  1 05:30:41 2006
New Revision: 374063

URL: http://svn.apache.org/viewcvs?rev=374063&view=rev
Log:
Fix m2 build for jetty 6

Modified:
    incubator/servicemix/trunk/pom.xml
    incubator/servicemix/trunk/servicemix-components/pom.xml
    incubator/servicemix/trunk/servicemix-http/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=374063&r1=374062&r2=374063&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Feb  1 05:30:41 2006
@@ -281,6 +281,15 @@
       <url>http://dist.codehaus.org</url>
       <layout>legacy</layout>
     </repository>
+    <repository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>logicblaze</id>
+      <name>Codehaus Repository</name>
+      <url>http://repo.logicblaze.com/maven1</url>
+      <layout>legacy</layout>
+    </repository>
   </repositories>
   
   <dependencies>
@@ -1030,8 +1039,8 @@
       </dependency>
       <dependency>
         <groupId>jetty</groupId>
-        <artifactId>org.mortbay.jetty</artifactId>
-        <version>5.1.9</version>
+        <artifactId>jetty</artifactId>
+        <version>6.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>jgroups</groupId>

Modified: incubator/servicemix/trunk/servicemix-components/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-components/pom.xml?rev=374063&r1=374062&r2=374063&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/pom.xml Wed Feb  1 05:30:41 2006
@@ -111,7 +111,7 @@
     </dependency>
     <dependency>
       <groupId>jetty</groupId>
-      <artifactId>org.mortbay.jetty</artifactId>
+      <artifactId>jetty</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix.dependencies</groupId>

Modified: incubator/servicemix/trunk/servicemix-http/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/pom.xml?rev=374063&r1=374062&r2=374063&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/pom.xml Wed Feb  1 05:30:41 2006
@@ -63,7 +63,7 @@
         </dependency>
         <dependency>
             <groupId>jetty</groupId>
-            <artifactId>org.mortbay.jetty</artifactId>
+            <artifactId>jetty</artifactId>
         </dependency>
         <dependency>
             <groupId>wsdl4j</groupId>