You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/08/07 17:08:26 UTC

svn commit: r563517 - /myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml

Author: matzew
Date: Tue Aug  7 08:08:25 2007
New Revision: 563517

URL: http://svn.apache.org/viewvc?view=rev&rev=563517
Log:
removed the JSP-API dep.

Modified:
    myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml?view=diff&rev=563517&r1=563516&r2=563517
==============================================================================
--- myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/trinidad-examples/trinidad-blank/pom.xml Tue Aug  7 08:08:25 2007
@@ -56,12 +56,6 @@
       </build>
 
       <dependencies>
-        <dependency>
-          <groupId>javax.servlet</groupId>
-          <artifactId>jsp-api</artifactId>
-          <version>2.1</version>
-          <scope>compile</scope>
-        </dependency>
 
         <dependency>
           <groupId>tomcat</groupId>