You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/05/11 21:59:48 UTC

svn commit: r943257 - /httpcomponents/httpclient/trunk/pom.xml

Author: sebb
Date: Tue May 11 19:59:48 2010
New Revision: 943257

URL: http://svn.apache.org/viewvc?rev=943257&view=rev
Log:
No need for mime4j references any more

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=943257&r1=943256&r2=943257&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Tue May 11 19:59:48 2010
@@ -71,7 +71,6 @@
     <httpcore.version>4.1-beta1</httpcore.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-codec.version>1.4</commons-codec.version>
-    <mime4j.version>0.6</mime4j.version>
     <junit.version>4.8.1</junit.version>
     <easymock.version>2.5.2</easymock.version>
   </properties>
@@ -103,7 +102,6 @@
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
             <link>http://hc.apache.org/httpcomponents-core/httpcore/apidocs/</link>
-            <link>http://james.apache.org/mime4j/apidocs/</link>
           </links>
         </configuration>
       </plugin>