[java-idp-oidc] 02/03: JOIDC-16 Add IdPPlugin and IdPModule definitions
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Nov 9 16:35:48 UTC 2020
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=68e34c47517a8f9bb93baba68a41936bd0dce886
commit 68e34c47517a8f9bb93baba68a41936bd0dce886
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Nov 9 18:28:31 2020 +0200
JOIDC-16 Add IdPPlugin and IdPModule definitions
https://issues.shibboleth.net/jira/browse/JOIDC-16
Added idp-admin-api/impl dependencies.
---
idp-oidc-extension-impl/pom.xml | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index d6cddc89..f1c6f10f 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -85,6 +85,17 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-admin-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- Needed to allow module/plugin derivation. -->
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-admin-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>commons-io</groupId>
@@ -232,12 +243,6 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-admin-impl</artifactId>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list