[java-metadata-aggregator] branch main updated: JSSH-16: Update to Apache HttpClient 5.x
Brent Putman
putmanb at georgetown.edu
Tue Feb 21 19:31:51 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=14add4dd7e3ca5aa4e9027bf41627b03664b24f4
The following commit(s) were added to refs/heads/main by this push:
new 14add4d JSSH-16: Update to Apache HttpClient 5.x
14add4d is described below
commit 14add4dd7e3ca5aa4e9027bf41627b03664b24f4
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sat Feb 11 00:31:52 2023 -0500
JSSH-16: Update to Apache HttpClient 5.x
Initial refactor.
---
mda-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index bba2bfd..514795d 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>${httpclient.groupId}</groupId>
- <artifactId>httpclient</artifactId>
+ <artifactId>${httpclient.artifactId}</artifactId>
<scope>runtime</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list