You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/22 22:24:36 UTC

svn commit: r937044 - /geronimo/server/trunk/plugins/jasper/pom.xml

Author: gawor
Date: Thu Apr 22 20:24:36 2010
New Revision: 937044

URL: http://svn.apache.org/viewvc?rev=937044&view=rev
Log:
remove another unnecessary exclusion

Modified:
    geronimo/server/trunk/plugins/jasper/pom.xml

Modified: geronimo/server/trunk/plugins/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jasper/pom.xml?rev=937044&r1=937043&r2=937044&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jasper/pom.xml (original)
+++ geronimo/server/trunk/plugins/jasper/pom.xml Thu Apr 22 20:24:36 2010
@@ -75,10 +75,6 @@
                     <!--<artifactId>annotations-api</artifactId>-->
                     <!--</exclusion>-->
                     <exclusion>
-                        <groupId>org.apache.geronimo.specs</groupId>
-                        <artifactId>geronimo-servlet_3.0_spec</artifactId>
-                    </exclusion>
-                    <exclusion>
                         <groupId>org.eclipse.jdt</groupId>
                         <artifactId>core</artifactId>
                     </exclusion>