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/06 09:00:45 UTC

svn commit: r1442862 - in /myfaces/tobago/branches/tobago-1.5.x: pom.xml tobago-example/pom.xml

Author: lofwyr
Date: Wed Feb  6 08:00:45 2013
New Revision: 1442862

URL: http://svn.apache.org/viewvc?rev=1442862&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
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/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=1442862&r1=1442861&r2=1442862&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/pom.xml Wed Feb  6 08:00:45 2013
@@ -1510,6 +1510,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1553,6 +1554,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1596,6 +1598,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1639,6 +1642,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1682,6 +1686,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1725,6 +1730,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1768,6 +1774,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>
@@ -1811,6 +1818,7 @@
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <optional>true</optional>
+            <scope>provided</scope>
           </dependency>
         </dependencies>
       </dependencyManagement>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/pom.xml?rev=1442862&r1=1442861&r2=1442862&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/pom.xml Wed Feb  6 08:00:45 2013
@@ -61,12 +61,10 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet.jsp</groupId>
       <artifactId>jsp-api</artifactId>
-      <scope>provided</scope>
     </dependency>
   </dependencies>