You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/02/05 18:08:31 UTC

svn commit: r1442665 - /myfaces/tobago/branches/tobago-1.5.x/pom.xml

Author: lofwyr
Date: Tue Feb  5 17:08:31 2013
New Revision: 1442665

URL: http://svn.apache.org/viewvc?rev=1442665&view=rev
Log:
TOBAGO-1227: POM: Scope of specification dependency of tobago-core should be "provided" 
servlet-api

Modified:
    myfaces/tobago/branches/tobago-1.5.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.5.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/pom.xml?rev=1442665&r1=1442664&r2=1442665&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/pom.xml Tue Feb  5 17:08:31 2013
@@ -414,6 +414,7 @@
         <artifactId>servlet-api</artifactId>
         <version>2.5</version>
         <optional>true</optional>
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>