[java-idp-oidc] branch main updated: Changed the .jar -names for api/impl and include oidc-common -dependencies.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Jan 15 13:03:09 UTC 2021
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=575424b953d4647648edd877c4f6bf44a15918c7
The following commit(s) were added to refs/heads/main by this push:
new 575424b9 Changed the .jar -names for api/impl and include oidc-common -dependencies.
575424b9 is described below
commit 575424b953d4647648edd877c4f6bf44a15918c7
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jan 15 15:01:07 2021 +0200
Changed the .jar -names for api/impl and include oidc-common -dependencies.
TODO: Instead of including the oidc-common jars to the distribution package, they
should probably be managed by the IdP plugin/module system.
---
idp-oidc-extension-distribution/src/assembly/dep.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-distribution/src/assembly/dep.xml b/idp-oidc-extension-distribution/src/assembly/dep.xml
index efc9629b..e531ebde 100644
--- a/idp-oidc-extension-distribution/src/assembly/dep.xml
+++ b/idp-oidc-extension-distribution/src/assembly/dep.xml
@@ -18,8 +18,9 @@
<include>accessors-smart-*.jar</include>
<include>lang-tag-*.jar</include>
<include>gson-*.jar</include>
- <include>idp-oidc-extension-api-*.jar</include>
+ <include>idp-plugin-oidc-op-api-*.jar</include>
<include>content-type-*.jar</include>
+ <include>oidc-common-*.jar</include>
</includes>
<excludes>
<exclude>*test*.jar</exclude>
@@ -29,7 +30,7 @@
<directory>../idp-oidc-extension-impl/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>idp-oidc-extension-impl-*.jar</include>
+ <include>idp-plugin-oidc-op-impl-*.jar</include>
</includes>
<excludes>
<exclude>*test*.jar</exclude>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list