[java-idp-plugin-oidc-rp] branch main updated: Explicitly declare shib-support dependency

Phil Smart philip.smart at jisc.ac.uk
Thu Sep 14 12:17:24 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=ab31d2c66fc6aabce7cce673a2cfb12fc297eff6

The following commit(s) were added to refs/heads/main by this push:
     new ab31d2c  Explicitly declare shib-support dependency
ab31d2c is described below

commit ab31d2c66fc6aabce7cce673a2cfb12fc297eff6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 14 13:17:22 2023 +0100

    Explicitly declare shib-support dependency
---
 idp-oidc-rp-api/pom.xml  | 4 ++++
 idp-oidc-rp-impl/pom.xml | 9 +++++++++
 2 files changed, 13 insertions(+)

diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index de7e03e..d6717dc 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -60,6 +60,10 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-profile-api</artifactId>
             <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-support</artifactId>
         </dependency>
          <dependency>
             <groupId>${shib-shared.groupId}</groupId>
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index f29ae7c..8579b9e 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -245,6 +245,10 @@
             <artifactId>spring-webflow</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-support</artifactId>
+        </dependency> 
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-profile-api</artifactId>
@@ -271,6 +275,11 @@
             <artifactId>idp-testing</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-security</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>

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


More information about the commits mailing list