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:29:02 UTC

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

Author: gnodet
Date: Thu Oct 25 13:29:01 2007
New Revision: 588340

URL: http://svn.apache.org/viewvc?rev=588340&view=rev
Log:
Add missing dep

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=588340&r1=588339&r2=588340&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Thu Oct 25 13:29:01 2007
@@ -211,6 +211,11 @@
 	    </dependency>
 	    <dependency>
 	      <groupId>org.apache.geronimo.specs</groupId>
+	      <artifactId>geronimo-servlet_2.5_spec</artifactId>
+	      <version>1.1.1-SNAPSHOT</version>
+	    </dependency>
+	    <dependency>
+	      <groupId>org.apache.geronimo.specs</groupId>
 	      <artifactId>geronimo-jms_1.1_spec</artifactId>
 	      <version>1.1.1-SNAPSHOT</version>
 	    </dependency>