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/04/27 12:09:50 UTC

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

Author: eric
Date: Wed Apr 27 10:09:49 2011
New Revision: 1097058

URL: http://svn.apache.org/viewvc?rev=1097058&view=rev
Log:
Add commons-httpclient as dependency to the server mailet module (MAILET-39)

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=1097058&r1=1097057&r2=1097058&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Wed Apr 27 10:09:49 2011
@@ -162,6 +162,10 @@
       <artifactId>commons-configuration</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>



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