You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/01 12:38:41 UTC

svn commit: r1793319 [2/2] - in /httpcomponents/httpclient/trunk: ./ httpclient5-fluent/src/test/java/org/apache/hc/client5/http/fluent/ httpclient5-fluent/src/test/resources/ httpclient5-testing/ httpclient5-testing/src/main/ httpclient5-testing/src/m...

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1793319&r1=1793318&r2=1793319&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Mon May  1 12:38:41 2017
@@ -94,6 +94,11 @@
         <version>${httpcore.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.httpcomponents.core5</groupId>
+        <artifactId>httpcore5-testing</artifactId>
+        <version>${httpcore.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-api</artifactId>
         <version>${log4j.version}</version>