You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/09/28 02:40:40 UTC

svn commit: r819433 - /struts/struts2/trunk/plugins/embeddedjsp/pom.xml

Author: musachy
Date: Mon Sep 28 00:40:39 2009
New Revision: 819433

URL: http://svn.apache.org/viewvc?rev=819433&view=rev
Log:
add commons-el dep and remove jsp-api dep

Modified:
    struts/struts2/trunk/plugins/embeddedjsp/pom.xml

Modified: struts/struts2/trunk/plugins/embeddedjsp/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/embeddedjsp/pom.xml?rev=819433&r1=819432&r2=819433&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/embeddedjsp/pom.xml (original)
+++ struts/struts2/trunk/plugins/embeddedjsp/pom.xml Mon Sep 28 00:40:39 2009
@@ -81,12 +81,6 @@
         </dependency>
         <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.4</version>
             <scope>provided</scope>
@@ -95,13 +89,6 @@
             <groupId>commons-el</groupId>
             <artifactId>commons-el</artifactId>
             <version>1.0</version>
-            <scope>provided</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>taglibs</groupId>