[xmlsectool] branch master updated: IDP-1465 - allow parent POM to manage httpcore dependency

Ian Young ian at iay.org.uk
Wed Jan 29 06:14:35 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=8b4852ddbfa77e8b378a4e9d5042512016d7b368

The following commit(s) were added to refs/heads/master by this push:
       new  8b4852d   IDP-1465 - allow parent POM to manage httpcore dependency
8b4852d is described below

commit 8b4852ddbfa77e8b378a4e9d5042512016d7b368
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 29 11:14:32 2020 +0000

    IDP-1465 - allow parent POM to manage httpcore dependency
    
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e13aa6e..9b69efc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,6 @@
         <dependency>
             <groupId>${httpclient.groupId}</groupId>
             <artifactId>httpcore</artifactId>
-            <version>4.3.3</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list