You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2007/08/14 20:50:58 UTC

svn commit: r565854 - /struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml

Author: jmitchell
Date: Tue Aug 14 11:50:57 2007
New Revision: 565854

URL: http://svn.apache.org/viewvc?view=rev&rev=565854
Log:
WW-2089 align jetty config as to what is in trunk

Modified:
    struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?view=diff&rev=565854&r1=565853&r2=565854
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml Tue Aug 14 11:50:57 2007
@@ -48,17 +48,10 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.0.1</version>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.geronimo.specs</groupId>
-                        <artifactId>geronimo-j2ee_1.4_spec</artifactId>
-                        <version>1.0</version>
-                        <scope>provided</scope>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>