[java-identity-provider] branch main updated: More Spring flow F3 support.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 14 15:12:28 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3c60c6da60bdfe1f7a4ce55d87e49fa75996fd2a
The following commit(s) were added to refs/heads/main by this push:
new 3c60c6da6 More Spring flow F3 support.
3c60c6da6 is described below
commit 3c60c6da60bdfe1f7a4ce55d87e49fa75996fd2a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 14 11:11:52 2022 -0400
More Spring flow F3 support.
---
idp-conf-impl/pom.xml | 7 +++++++
idp-war/.settings/org.eclipse.wst.common.component | 21 ++++++++++++++-------
2 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 0fd4b8acd..05b376ff6 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -86,6 +86,13 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-messaging-impl</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- Test Dependencies -->
<!-- Managed Dependencies -->
diff --git a/idp-war/.settings/org.eclipse.wst.common.component b/idp-war/.settings/org.eclipse.wst.common.component
index 1046baa5f..07f0762b7 100644
--- a/idp-war/.settings/org.eclipse.wst.common.component
+++ b/idp-war/.settings/org.eclipse.wst.common.component
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
-
+
+
<wb-module deploy-name="idp-war-5.0.0-SNAPSHOT">
-
+
+
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
-
+
+
@@ -170,28 +173,32 @@
<dependent-module archiveName="opensaml-xmlsec-impl-5.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/opensaml-xmlsec-impl/opensaml-xmlsec-impl">
<dependency-type>uses</dependency-type>
</dependent-module>
-
+
+
<property name="context-root" value="idp-war"/>
-
+
+
<property name="java-output-path" value="/idp-war/target/classes"/>
-
+
+
</wb-module>
-
+
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list