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:23 UTC

svn commit: r1097057 - /james/server/trunk/pom.xml

Author: eric
Date: Wed Apr 27 10:09:22 2011
New Revision: 1097057

URL: http://svn.apache.org/viewvc?rev=1097057&view=rev
Log:
Add commons-httpclient in dependency management to allow mailets,... to query external http servers. Http get/post from a server to external resources are more and more common nowadays (MAILET-39)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1097057&r1=1097056&r2=1097057&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Apr 27 10:09:22 2011
@@ -1053,8 +1053,12 @@
       <version>1.4.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.0.1</version>
+    </dependency>
 
-   
     <dependency>
       <groupId>dnsjava</groupId>
       <artifactId>dnsjava</artifactId>



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