[java-identity-provider] branch main updated: Add CLI dependency.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 19:45:33 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=552900726bf28e58d33750be28ab27c5032e939a
The following commit(s) were added to refs/heads/main by this push:
new 552900726 Add CLI dependency.
552900726 is described below
commit 552900726bf28e58d33750be28ab27c5032e939a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 15:45:31 2022 -0400
Add CLI dependency.
---
idp-core/pom.xml | 5 +++++
idp-war/pom.xml | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 9db62fd68..501330a4f 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -35,6 +35,11 @@
<artifactId>opensaml-xmlsec-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-cli</artifactId>
+ </dependency>
+
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-security</artifactId>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index d580049e6..5c959bf1a 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -226,6 +226,10 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-cli</artifactId>
+ </dependency>
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-networking</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list