You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/08/17 18:02:10 UTC

svn commit: r1158791 - /james/server/trunk/mailets/pom.xml

Author: eric
Date: Wed Aug 17 16:02:10 2011
New Revision: 1158791

URL: http://svn.apache.org/viewvc?rev=1158791&view=rev
Log:
Exclude mime4j 0.6 used by jsieve, cause we now use 0.7

Modified:
    james/server/trunk/mailets/pom.xml

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1158791&r1=1158790&r2=1158791&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Wed Aug 17 16:02:10 2011
@@ -116,6 +116,12 @@ Parent pom build failure prevents inheri
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-jsieve-mailet</artifactId>
+      <exclusions>
+      	<exclusion>
+      		<artifactId>apache-mime4j</artifactId>
+      		<groupId>org.apache.james</groupId>
+      	</exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org