Author: wsmoak Date: Sat Apr 22 21:42:28 2006 New Revision: 396214 URL: http://svn.apache.org/viewcvs?rev=396214&view=rev Log: Added exclusions to counteract the Groovy pom, which lists all of these dependencies in the default (compile) scope.
Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/scripting-mailreader/pom.xml?rev=396214&r1=396213&r2=396214&view=diff ============================================================================== --- struts/action/trunk/apps/scripting-mailreader/pom.xml (original) +++ struts/action/trunk/apps/scripting-mailreader/pom.xml Sat Apr 22 21:42:28 2006 @@ -19,18 +19,6 @@ */ --> -<!-- - Experimental Maven 2 Build for Apache Struts - ============================================ - -To build and install this module into your local repo: - - $ mvn install - -For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan - ---> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -45,7 +33,7 @@ <artifactId>struts-scripting-mailreader</artifactId> <packaging>war</packaging> <name>Struts Action - Apps - Scripting Mailreader</name> - + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> @@ -71,6 +59,108 @@ <groupId>groovy</groupId> <artifactId>groovy</artifactId> <version>1.0-jsr-03</version> + <exclusions> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>classworlds</groupId> + <artifactId>classworlds</artifactId> + </exclusion> + <exclusion> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </exclusion> + <exclusion> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + </exclusion> + <exclusion> + <groupId>ant</groupId> + <artifactId>ant-junit</artifactId> + </exclusion> + <exclusion> + <groupId>ant</groupId> + <artifactId>ant-launcher</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>jmock</groupId> + <artifactId>jmock</artifactId> + </exclusion> + <exclusion> + <groupId>jmock</groupId> + <artifactId>jmock-cglib</artifactId> + </exclusion> + <exclusion> + <groupId>cglib</groupId> + <artifactId>cglib-nodep</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j</artifactId> + </exclusion> + <exclusion> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + </exclusion> + <exclusion> + <groupId>openejb</groupId> + <artifactId>openejb-loader</artifactId> + </exclusion> + <exclusion> + <groupId>axion</groupId> + <artifactId>axion</artifactId> + </exclusion> + <exclusion> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </exclusion> + <exclusion> + <groupId>regexp</groupId> + <artifactId>regexp</artifactId> + </exclusion> + <exclusion> + <groupId>radeox</groupId> + <artifactId>radeox</artifactId> + </exclusion> + <exclusion> + <groupId>radeox</groupId> + <artifactId>radeox-oro</artifactId> + </exclusion> + <exclusion> + <groupId>nekohtml</groupId> + <artifactId>nekohtml</artifactId> + </exclusion> + <exclusion> + <groupId>qdox</groupId> + <artifactId>qdox</artifactId> + </exclusion> + <exclusion> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </exclusion> + <exclusion> + <groupId>xstream</groupId> + <artifactId>xstream</artifactId> + </exclusion> + <exclusion> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + </exclusion> + <exclusion> + <groupId>tonic</groupId> + <artifactId>jarjar</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]