Author: wsmoak Date: Mon Nov 28 19:15:22 2005 New Revision: 349602 URL: http://svn.apache.org/viewcvs?rev=349602&view=rev Log: Fixed Maven 2 pom conversion problems identified by Carlos Sanchez on MEV-227.
Modified: struts/action/branches/STRUTS_1_2_BRANCH/project.xml Modified: struts/action/branches/STRUTS_1_2_BRANCH/project.xml URL: http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/project.xml?rev=349602&r1=349601&r2=349602&view=diff ============================================================================== --- struts/action/branches/STRUTS_1_2_BRANCH/project.xml (original) +++ struts/action/branches/STRUTS_1_2_BRANCH/project.xml Mon Nov 28 19:15:22 2005 @@ -185,12 +185,8 @@ <contributors> <contributor> <name>Tim Chen</name> - <id></id> <email>tchen at ampabay.rr.com</email> <organization></organization> - <roles> - <role></role> - </roles> </contributor> </contributors> <dependencies> @@ -273,8 +269,8 @@ </properties> </dependency> <dependency> - <groupId>servletapi</groupId> - <artifactId>servletapi</artifactId> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> <version>2.2</version> <properties> <scope>provided</scope> @@ -361,9 +357,6 @@ </includes> </resource> </resources> - <!-- Integration unit test cases --> - <integrationUnitTest /> - <jars></jars> </build> <reports> <!-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]