[java-idp-testbed] branch main updated: Initial support for Jetty 10, disabled by default
Tom Zeller
tzeller at dragonacea.biz
Tue Feb 8 17:06:10 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7be013cc6e4be968e45fa4f2871ed818174d01c4
The following commit(s) were added to refs/heads/main by this push:
new 7be013c Initial support for Jetty 10, disabled by default
7be013c is described below
commit 7be013cc6e4be968e45fa4f2871ed818174d01c4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Feb 8 11:06:00 2022 -0600
Initial support for Jetty 10, disabled by default
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1008375..bdd9889 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,13 @@
<cas-client.version>3.5.1</cas-client.version>
<oidc-commons.version>1.2.0-SNAPSHOT</oidc-commons.version>
<net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
+ <!-- Jetty 10 -->
+ <!--
+ <idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
+ <jetty.version>10.0.8</jetty.version>
+ <logback.version>1.3.0-alpha13</logback.version>
+ <slf4j.version>2.0.0-alpha5</slf4j.version>
+ -->
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list