[java-parent-project] branch maint-17.1 updated: JPAR-233 - Transitive use of httpcore5-h2 isn't being managed
Scott Cantor
cantor.2 at osu.edu
Mon Jul 29 16:55:32 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-17.1
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=dd001c964677204444818eceac11e6085dfb41c7
The following commit(s) were added to refs/heads/maint-17.1 by this push:
new dd001c9 JPAR-233 - Transitive use of httpcore5-h2 isn't being managed
dd001c9 is described below
commit dd001c964677204444818eceac11e6085dfb41c7
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 de8126b..785f5cf 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