[java-idp-testbed] branch main updated: Update Jetty version, fix SWF schema location.
Scott Cantor
cantor.2 at osu.edu
Tue May 9 18:44:37 UTC 2023
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=f197dafc123da058d0b953686773371766e4dc85
The following commit(s) were added to refs/heads/main by this push:
new f197daf Update Jetty version, fix SWF schema location.
f197daf is described below
commit f197dafc123da058d0b953686773371766e4dc85
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 9 14:44:34 2023 -0400
Update Jetty version, fix SWF schema location.
---
pom.xml | 4 ++--
src/main/webapp/WEB-INF/test/webflow-config.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index dbc1f10..6593532 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,9 @@
<cas-client.version>3.6.4</cas-client.version>
<oidc-commons.version>2.1.1-SNAPSHOT</oidc-commons.version>
<idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
- <jetty.version>11.0.12</jetty.version>
+ <jetty.version>11.0.15</jetty.version>
<jetty-jstl.version>11.0.0</jetty-jstl.version>
- <logback.version>1.4.4</logback.version>
+ <logback.version>1.4.6</logback.version>
<slf4j.version>2.0.3</slf4j.version>
</properties>
diff --git a/src/main/webapp/WEB-INF/test/webflow-config.xml b/src/main/webapp/WEB-INF/test/webflow-config.xml
index c8c807c..62ff0d6 100644
--- a/src/main/webapp/WEB-INF/test/webflow-config.xml
+++ b/src/main/webapp/WEB-INF/test/webflow-config.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.3.xsd
+ http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config.xsd
">
<webflow:flow-registry id="flowRegistry" base-path="/WEB-INF/test/flows" flow-builder-services="flowBuilderServices">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list