You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/18 19:19:46 UTC

svn commit: r1749087 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: schulte
Date: Sat Jun 18 19:19:45 2016
New Revision: 1749087

URL: http://svn.apache.org/viewvc?rev=1749087&view=rev
Log:
[MJAVADOC-466] Upgrade of httpclient to 4.5.2.


Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=1749087&r1=1749086&r2=1749087&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat Jun 18 19:19:45 2016
@@ -197,19 +197,9 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.2.3</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <!-- Not included in Httpclient -->
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
+      <version>4.5.2</version>
     </dependency>
+
     <dependency>
       <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>