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

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

Author: gnodet
Date: Thu Oct 25 13:27:01 2007
New Revision: 588338

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

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

Modified: incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/itests/pom.xml?rev=588338&r1=588337&r2=588338&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/itests/pom.xml Thu Oct 25 13:27:01 2007
@@ -129,6 +129,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-servlet_2.5_spec</artifactId>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-activation_1.1_spec</artifactId>
         <scope>test</scope>
       </dependency>