Author: jeromy Date: Sat Aug 23 17:01:58 2008 New Revision: 688433 URL: http://svn.apache.org/viewvc?rev=688433&view=rev Log: Removed geronimo-j2ee_1.4_spec dependency from maven-jetty-plugin-6.1.11 in blank archetype as it depends on incorrect servlet-api version
Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=688433&r1=688432&r2=688433&view=diff ============================================================================== --- struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Sat Aug 23 17:01:58 2008 @@ -62,14 +62,6 @@ <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>