[java-idp-plugin-oidc-op-oidfed] 01/02: Depend on java-oidfed-common.

Codeberg noreply at shibboleth.net
Fri May 15 13:25:42 UTC 2026


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

codeberg pushed a commit to branch dev/OIDFED-COMMON
in repository java-idp-plugin-oidc-op-oidfed.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/435a1b92f8ae4505b3e1fe690fe448c451e9fd9d

commit 435a1b92f8ae4505b3e1fe690fe448c451e9fd9d
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 15 16:22:49 2026 +0300

    Depend on java-oidfed-common.
    
    - oidfed-common-conf-impl's test-jar contains flow test setup
---
 idp-oidfed-op-api/pom.xml  |  5 +++++
 idp-oidfed-op-impl/pom.xml | 22 ++++++++++++++++++++++
 pom.xml                    | 17 +++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/idp-oidfed-op-api/pom.xml b/idp-oidfed-op-api/pom.xml
index 77d3005..9dc9521 100644
--- a/idp-oidfed-op-api/pom.xml
+++ b/idp-oidfed-op-api/pom.xml
@@ -41,6 +41,11 @@
             <artifactId>oidc-common-metadata-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-authn-api</artifactId>
diff --git a/idp-oidfed-op-impl/pom.xml b/idp-oidfed-op-impl/pom.xml
index a9d1a94..c579382 100644
--- a/idp-oidfed-op-impl/pom.xml
+++ b/idp-oidfed-op-impl/pom.xml
@@ -70,6 +70,16 @@
             <artifactId>oidc-common-profile-impl</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${oidc-op.groupId}</groupId>
             <artifactId>idp-plugin-oidc-op-api</artifactId>
@@ -404,6 +414,13 @@
             <artifactId>idp-conf-impl</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-conf-impl</artifactId>
+            <version>${oidfed-common.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${oidc-op.groupId}</groupId>
             <artifactId>idp-plugin-oidc-op-impl</artifactId>
@@ -458,6 +475,11 @@
             <artifactId>janino</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-conf-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
         <!-- Spring webflow tests require Junit4, runs in TestNG bridge -->
         <dependency>
             <groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index 16cdfc8..f355e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,8 @@
         <oidc-config.version>3.1.0-SNAPSHOT</oidc-config.version>
         <oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
         <oidc-common.version>3.4.0-SNAPSHOT</oidc-common.version>
+        <oidfed-common.groupId>net.shibboleth.oidfed</oidfed-common.groupId>
+        <oidfed-common.version>1.0.0-SNAPSHOT</oidfed-common.version>
         <oidc-op.groupId>net.shibboleth.idp.plugin.oidc</oidc-op.groupId>
         <oidc-op.version>4.4.0-SNAPSHOT</oidc-op.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
@@ -111,6 +113,21 @@
                 <artifactId>idp-plugin-oidc-op-impl</artifactId>
                 <version>${oidc-op.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${oidfed-common.groupId}</groupId>
+                <artifactId>oidfed-common-api</artifactId>
+                <version>${oidfed-common.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${oidfed-common.groupId}</groupId>
+                <artifactId>oidfed-common-impl</artifactId>
+                <version>${oidfed-common.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${oidfed-common.groupId}</groupId>
+                <artifactId>oidfed-common-conf-impl</artifactId>
+                <version>${oidfed-common.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>
                 <artifactId>shib-shared-bom</artifactId>

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


More information about the commits mailing list