[java-idp-oidc] branch main updated: Added dependency to idp-plugin-oidc-config.

Henri Mikkonen henri.mikkonen at iki.fi
Tue Feb 14 20:34:36 UTC 2023


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
     new e51549e3 Added dependency to idp-plugin-oidc-config.
e51549e3 is described below

commit e51549e383d983e596b5102866be7c6a11b29437
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Feb 14 22:34:27 2023 +0200

    Added dependency to idp-plugin-oidc-config.
---
 idp-oidc-extension-impl/pom.xml                                     | 5 +++++
 .../resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties   | 2 +-
 pom.xml                                                             | 6 ++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 02a8b492..083b6132 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -152,6 +152,11 @@
             <artifactId>idp-admin-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp.oidc</groupId>
+            <artifactId>idp-plugin-oidc-config</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <!-- Needed to allow module/plugin derivation. -->
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
index f92ed207..333fda29 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
@@ -5,4 +5,4 @@ plugin.id = net.shibboleth.idp.plugin.oidc.op
 plugin.version = 3.4.0
 #plugin.license =
 
-plugin.modules.required = idp.oidc.common.2
+plugin.modules.required = idp.oidc.config.1
diff --git a/pom.xml b/pom.xml
index 9e29db03..fc23d188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
         <shib.idp.version>4.3.0</shib.idp.version>
         <opensaml.version>4.3.0</opensaml.version>
         <oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
+        <oidc.config.version>0.0.1-SNAPSHOT</oidc.config.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
@@ -93,6 +94,11 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>net.shibboleth.idp.oidc</groupId>
+                <artifactId>idp-plugin-oidc-config</artifactId>
+                <version>${oidc.config.version}</version>
+            </dependency>
             <!-- Compile Dependencies -->
             <dependency>
                 <groupId>net.shibboleth.idp.plugin.oidc</groupId>

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


More information about the commits mailing list