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:12:51 UTC

svn commit: r1460999 - /aries/trunk/blueprint/blueprint-web/pom.xml

Author: gnodet
Date: Tue Mar 26 07:12:51 2013
New Revision: 1460999

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

Modified:
    aries/trunk/blueprint/blueprint-web/pom.xml

Modified: aries/trunk/blueprint/blueprint-web/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web/pom.xml?rev=1460999&r1=1460998&r2=1460999&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web/pom.xml Tue Mar 26 07:12:51 2013
@@ -63,6 +63,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <version>1.2</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>