You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/12 22:38:05 UTC

[commons-vfs] branch master updated: Parameterize httpclient5 version for simpler command line testing

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 751ea685 Parameterize httpclient5 version for simpler command line testing
751ea685 is described below

commit 751ea685a8b7fc6198af8eb561f9528cfd41d639
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 12 17:38:00 2022 -0500

    Parameterize httpclient5 version for simpler command line testing
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cba0821e..bb1e475a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,7 @@
     <!-- Avoid warnings about being unable to find jars during site building -->
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <hadoop.version>3.3.4</hadoop.version>
+    <httpclient5.version>5.1.3</httpclient5.version>
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
     <jackrabbit2.version>2.21.13</jackrabbit2.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
@@ -555,7 +556,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents.client5</groupId>
         <artifactId>httpclient5</artifactId>
-        <version>5.1.3</version>
+        <version>${httpclient5.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>