[java-metadata-aggregator] 01/02: MDA-274 - Port to Java 17 platform
Ian Young
ian at iay.org.uk
Wed Feb 1 17:10:29 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay 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=11797d47da523472bbd49cc73231ab224a434c4b
commit 11797d47da523472bbd49cc73231ab224a434c4b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Feb 1 16:33:26 2023 +0000
MDA-274 - Port to Java 17 platform
Bundle a couple of additional components from the dependency refactoring
exercise, to match previous functionality.
https://shibboleth.atlassian.net/browse/MDA-274
---
mda-distribution/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 4ce53d2..bba2bfd 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -43,11 +43,21 @@
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>shib-networking-spring</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>shib-spring</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>shib-security-spring</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>${httpclient.groupId}</groupId>
<artifactId>httpclient</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list