You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2007/02/17 00:09:06 UTC

svn commit: r508646 - /struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml

Author: pbenedict
Date: Fri Feb 16 15:09:05 2007
New Revision: 508646

URL: http://svn.apache.org/viewvc?view=rev&rev=508646
Log:
STR-2979: Added jsp dependency for maven-taglib-plugin to generate guide

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml?view=diff&rev=508646&r1=508645&r2=508646
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml Fri Feb 16 15:09:05 2007
@@ -81,6 +81,13 @@
 
       <dependency>
          <groupId>javax.servlet</groupId>
+         <artifactId>jsp-api</artifactId>
+         <version>2.0</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <version>2.3</version>
          <scope>provided</scope>
@@ -118,6 +125,7 @@
       <plugins>
       <!-- 
          STR-2979: Faces build causes NPE with maven-taglib-plugin
+-->
          <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
@@ -125,7 +133,6 @@
                <taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
             </configuration>
          </plugin>
-      -->
       </plugins>
    </reporting>