Author: wsmoak Date: Thu Jan 12 19:25:48 2006 New Revision: 368575 URL: http://svn.apache.org/viewcvs?rev=368575&view=rev Log: Removed the dependency on commons-resources. The Resources plugin has been moved to the sandbox, and can be moved back once Commons Resources is released.
Modified: struts/extras/trunk/pom.xml struts/extras/trunk/project.xml Modified: struts/extras/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/extras/trunk/pom.xml?rev=368575&r1=368574&r2=368575&view=diff ============================================================================== --- struts/extras/trunk/pom.xml (original) +++ struts/extras/trunk/pom.xml Thu Jan 12 19:25:48 2006 @@ -96,12 +96,6 @@ <version>1.3.0-SNAPSHOT</version> </dependency> - <dependency> - <groupId>commons-resources</groupId> - <artifactId>commons-resources</artifactId> - <version>1.0.0-RC1</version> - </dependency> - </dependencies> </project> Modified: struts/extras/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=368575&r1=368574&r2=368575&view=diff ============================================================================== --- struts/extras/trunk/project.xml (original) +++ struts/extras/trunk/project.xml Thu Jan 12 19:25:48 2006 @@ -65,16 +65,6 @@ <url>http://struts.apache.org/</url> </dependency> - <dependency> - <groupId>commons-resources</groupId> - <artifactId>commons-resources</artifactId> - <version>1.0.0-RC1</version> - <url>http://jakarta.apache.org/commons/resources/</url> - <properties> - <war.bundle>true</war.bundle> - </properties> - </dependency> - </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]