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:22:01 UTC

svn commit: r1442667 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Tue Feb  5 17:22:00 2013
New Revision: 1442667

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

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1442667&r1=1442666&r2=1442667&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb  5 17:22:00 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>