[java-identity-provider] branch main updated: Add new modules as dependencies for war.

Scott Cantor cantor.2 at osu.edu
Tue Feb 14 21:16:40 UTC 2023


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=f36c5804d487e5d9fa620df39169c5ad32eaa6ad

The following commit(s) were added to refs/heads/main by this push:
     new f36c5804d Add new modules as dependencies for war.
f36c5804d is described below

commit f36c5804d487e5d9fa620df39169c5ad32eaa6ad
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 14 16:16:37 2023 -0500

    Add new modules as dependencies for war.
---
 idp-war/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 67d561d43..56576aae1 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -114,6 +114,14 @@
             <artifactId>idp-ui</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth</groupId>
+            <artifactId>shib-profile-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth</groupId>
+            <artifactId>shib-profile-impl</artifactId>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth</groupId>
             <artifactId>shib-attribute-api</artifactId>

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


More information about the commits mailing list