Author: bago
Date: Sun Aug 27 06:46:01 2006
New Revision: 437376
URL: http://svn.apache.org/viewvc?rev=437376&view=rev
Log:
Reduced the dependency tree for maven2 usage (need to download less jars)
Modified:
james/postage/trunk/pom.xml
Modified: james/postage/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/postage/trunk/pom.xml?rev=437376&r1=437375&r2=437376&view=diff
==============================================================================
--- james/postage/trunk/pom.xml (original)
+++ james/postage/trunk/pom.xml Sun Aug 27 06:46:01 2006
@@ -230,6 +230,106 @@
<groupId>org.apache.james</groupId>
<artifactId>james-server</artifactId>
<version>2.3.0-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcmail-jdk14</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcmail-jdk14-workaround</artifactId>
+ </exclusion>
+ <!--
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ -->
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ </exclusion>
+ <!--
+ <exclusion>
+ <groupId>cornerstone-connection</groupId>
+ <artifactId>cornerstone-connection-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-connection</groupId>
+ <artifactId>cornerstone-connection-impl</artifactId>
+ </exclusion>
+ -->
+ <exclusion>
+ <groupId>cornerstone-sockets</groupId>
+ <artifactId>cornerstone-sockets-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-sockets</groupId>
+ <artifactId>cornerstone-sockets-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-datasources</groupId>
+ <artifactId>cornerstone-datasources-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>excalibur-datasource</groupId>
+ <artifactId>excalibur-datasource</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-datasources</groupId>
+ <artifactId>cornerstone-datasources-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-scheduler</groupId>
+ <artifactId>cornerstone-scheduler-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-scheduler</groupId>
+ <artifactId>cornerstone-scheduler-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-store</groupId>
+ <artifactId>cornerstone-store-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>cornerstone-store</groupId>
+ <artifactId>cornerstone-store-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>dnsjava</groupId>
+ <artifactId>dnsjava</artifactId>
+ </exclusion>
+ <!--
+ <exclusion>
+ <groupId>excalibur-thread</groupId>
+ <artifactId>excalibur-thread-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>excalibur-thread</groupId>
+ <artifactId>excalibur-thread-impl</artifactId>
+ </exclusion>
+ -->
+ <exclusion>
+ <groupId>avalon-logkit</groupId>
+ <artifactId>avalon-logkit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]