You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2013/03/26 08:14:16 UTC

svn commit: r1461001 - /aries/trunk/blueprint/blueprint-sample-war/pom.xml

Author: gnodet
Date: Tue Mar 26 07:14:16 2013
New Revision: 1461001

URL: http://svn.apache.org/r1461001
Log:
improvement for ARIES-1038 - the servlet API should be provided

Modified:
    aries/trunk/blueprint/blueprint-sample-war/pom.xml

Modified: aries/trunk/blueprint/blueprint-sample-war/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-sample-war/pom.xml?rev=1461001&r1=1461000&r2=1461001&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-sample-war/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-sample-war/pom.xml Tue Mar 26 07:14:16 2013
@@ -47,6 +47,12 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <version>1.2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.web</artifactId>
             <version>${blueprint.web.version}</version>