[java-idp-testbed] branch main updated: Add commented Jetty 12 properties.

Scott Cantor cantor.2 at osu.edu
Mon Mar 25 20:13:38 UTC 2024


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

scantor 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=fce670aed9bebb3d8fe04442dd78c7c8aa7fc443

The following commit(s) were added to refs/heads/main by this push:
     new fce670a  Add commented Jetty 12 properties.
fce670a is described below

commit fce670aed9bebb3d8fe04442dd78c7c8aa7fc443
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 25 16:13:35 2024 -0400

    Add commented Jetty 12 properties.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 22f006f..802fd21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,20 @@
         <shib-shared.version>9.1.2-SNAPSHOT</shib-shared.version>
         <cas-client.version>3.6.4</cas-client.version>
         <oidc-commons.version>3.0.1-SNAPSHOT</oidc-commons.version>
+        <!-- Jetty 11 -->
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>11.0.15</jetty.version>
         <jetty-jstl.version>11.0.0</jetty-jstl.version>
         <logback.version>1.4.6</logback.version>
         <slf4j.version>2.0.3</slf4j.version>
+        <!-- Jetty 12 -->
+        <!-- Also requires removing the JSTL deps. -->
+        <!--
+        <idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
+        <jetty.version>12.0.7</jetty.version>
+        <logback.version>1.4.14</logback.version>
+        <slf4j.version>2.0.9</slf4j.version>
+        -->
      </properties>
 
     <dependencies>

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


More information about the commits mailing list