[java-identity-provider] branch main updated: Add consent-impl to POM for Eclipse F3 support.

Scott Cantor cantor.2 at osu.edu
Mon Mar 14 15:53:08 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=0721c446b731ab720362ede547d620e9c1fe69a1

The following commit(s) were added to refs/heads/main by this push:
     new 0721c446b Add consent-impl to POM for Eclipse F3 support.
0721c446b is described below

commit 0721c446b731ab720362ede547d620e9c1fe69a1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 14 11:53:05 2022 -0400

    Add consent-impl to POM for Eclipse F3 support.
---
 idp-conf-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index ba770167c..4b3963a3b 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -49,6 +49,12 @@
             <version>${project.version}</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-consent-impl</artifactId>
+            <version>${project.version}</version>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-impl</artifactId>

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


More information about the commits mailing list