You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2006/12/14 04:24:59 UTC

svn commit: r486952 - /geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml

Author: jbohn
Date: Wed Dec 13 19:24:58 2006
New Revision: 486952

URL: http://svn.apache.org/viewvc?view=rev&rev=486952
Log:
include servlet 2.5 spec to build welcome application

Modified:
    geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml

Modified: geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml?view=diff&rev=486952&r1=486951&r2=486952
==============================================================================
--- geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml (original)
+++ geronimo/server/branches/2.0-M1/applications/geronimo-welcome/pom.xml Wed Dec 13 19:24:58 2006
@@ -53,6 +53,11 @@
             <artifactId>geronimo-jsp_2.0_spec</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>