[java-parent-project] branch main updated: JPAR-233 - Transitive use of httpcore5-h2 isn't being managed

Scott Cantor cantor.2 at osu.edu
Mon Jul 29 16:54:58 UTC 2024


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

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=4fbe1ff9e8e4d7aa101fdef9609a49422ff89d5a

The following commit(s) were added to refs/heads/main by this push:
     new 4fbe1ff  JPAR-233 - Transitive use of httpcore5-h2 isn't being managed
4fbe1ff is described below

commit 4fbe1ff9e8e4d7aa101fdef9609a49422ff89d5a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 29 12:54:55 2024 -0400

    JPAR-233 - Transitive use of httpcore5-h2 isn't being managed
    
    https://shibboleth.atlassian.net/browse/JPAR-233
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3544ff1..7110e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,11 @@
                 <artifactId>${httpclient.httpcore.artifactId}</artifactId>
                 <version>${httpclient.httpcore.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${httpclient.httpcore.groupId}</groupId>
+                <artifactId>${httpclient.httpcore.artifactId}-h2</artifactId>
+                <version>${httpclient.httpcore.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${httpclient.groupId}</groupId>
                 <artifactId>${httpclient.artifactId}</artifactId>

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


More information about the commits mailing list