You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/06/15 23:09:03 UTC

svn commit: r1350798 - /archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Author: olamy
Date: Fri Jun 15 21:09:03 2012
New Revision: 1350798

URL: http://svn.apache.org/viewvc?rev=1350798&view=rev
Log:
servlet api must be provided

Modified:
    archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Modified: archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml?rev=1350798&r1=1350797&r2=1350798&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml (original)
+++ archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml Fri Jun 15 21:09:03 2012
@@ -152,7 +152,7 @@
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-servlet-api</artifactId>
       <version>${tomcatVersion}</version>
-      <scope>test</scope>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>