[java-plugin-shibd-oidc] branch main updated: Remove duplicate dependency in POM
Codeberg
noreply at shibboleth.net
Tue Mar 24 17:54:36 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/e8d5fae94a6eb88dcb96e3bf8a5570690834ae49
The following commit(s) were added to refs/heads/main by this push:
new e8d5fae Remove duplicate dependency in POM
e8d5fae is described below
commit e8d5fae94a6eb88dcb96e3bf8a5570690834ae49
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 24 17:51:05 2026 +0000
Remove duplicate dependency in POM
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 67513dc..6d455cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,11 +161,6 @@ copyright/license information. -->
<artifactId>oidc-common-attribute-impl</artifactId>
<version>${oidc-common.version}</version>
</dependency>
- <dependency>
- <groupId>${oidc-common.groupId}</groupId>
- <artifactId>oidc-common-profile-api</artifactId>
- <version>${oidc-common.version}</version>
- </dependency>
<dependency>
<groupId>${oidc-common.groupId}</groupId>
<artifactId>oidc-common-profile-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list