You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/13 15:39:04 UTC

svn commit: r368744 - /incubator/servicemix/trunk/tooling/servicemix-web/project.xml

Author: foconer
Date: Fri Jan 13 06:38:55 2006
New Revision: 368744

URL: http://svn.apache.org/viewcvs?rev=368744&view=rev
Log:
correction on geronimo and servicemix dependency.

Modified:
    incubator/servicemix/trunk/tooling/servicemix-web/project.xml

Modified: incubator/servicemix/trunk/tooling/servicemix-web/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/servicemix-web/project.xml?rev=368744&r1=368743&r2=368744&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-web/project.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-web/project.xml Fri Jan 13 06:38:55 2006
@@ -27,15 +27,16 @@
   <dependencies>
 
     <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-servlet</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_2.4_spec</artifactId>
       <version>${geronimo_spec_servlet_version}</version>
       <properties>
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>
     <dependency>
-      <id>geronimo-spec+jms</id>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
       <version>${geronimo_spec_jms_version}</version>
       <properties>
         <war.bundle>true</war.bundle>
@@ -51,7 +52,8 @@
       </properties>
     </dependency>
     <dependency>
-      <id>activemq+ra</id>
+      <groupId>activemq</groupId>
+      <artifactId>activemq-ra</artifactId>
       <version>${activemq_version}</version>
       <properties>
         <war.bundle>true</war.bundle>
@@ -66,7 +68,7 @@
       </properties>
     </dependency>
     <dependency>
-      <groupId>servicemix</groupId>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix</artifactId>
       <version>${pom.currentVersion}</version>
       <properties>