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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to