[java-idp-oidc] branch main updated: Adapted into the new artifactIds of the oidc-common-config.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 17 16:49:08 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=2d812add64a4264cfe1a51b5cd4fc91cd0ab5cad
The following commit(s) were added to refs/heads/main by this push:
new 2d812add Adapted into the new artifactIds of the oidc-common-config.
2d812add is described below
commit 2d812add64a4264cfe1a51b5cd4fc91cd0ab5cad
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 17 18:48:20 2023 +0200
Adapted into the new artifactIds of the oidc-common-config.
---
idp-oidc-extension-impl/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 083b6132..338ef4be 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -154,7 +154,7 @@
</dependency>
<dependency>
<groupId>net.shibboleth.idp.oidc</groupId>
- <artifactId>idp-plugin-oidc-config</artifactId>
+ <artifactId>idp-plugin-oidc-config-impl</artifactId>
<scope>provided</scope>
</dependency>
<!-- Needed to allow module/plugin derivation. -->
diff --git a/pom.xml b/pom.xml
index fc23d188..0949e89d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>net.shibboleth.idp.oidc</groupId>
- <artifactId>idp-plugin-oidc-config</artifactId>
+ <artifactId>idp-plugin-oidc-config-impl</artifactId>
<version>${oidc.config.version}</version>
</dependency>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list