[java-idp-oidc] branch maint-3 updated: Remove commons.io.version property and take it from the parent project.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 23 11:25:16 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch maint-3
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=92f101cdce91073c42f208d03d9a820392975df6
The following commit(s) were added to refs/heads/maint-3 by this push:
new 92f101cd Remove commons.io.version property and take it from the parent project.
92f101cd is described below
commit 92f101cdce91073c42f208d03d9a820392975df6
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 23 13:15:37 2024 +0200
Remove commons.io.version property and take it from the parent project.
The version is currently set to 2.15.1 there and it's compatible with the OP codebase.
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index bc0b8cb1..52c9341c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,6 @@
<opensaml.version>4.3.0</opensaml.version>
<oidc.common.version>2.2.0</oidc.common.version>
<oidc.config.version>1.0.1</oidc.config.version>
- <commons.io.version>2.6</commons.io.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
<!--
REMOVE this enforcer-data override once the parent is up to date with an enforcer-data that contains
@@ -105,12 +104,6 @@
<scope>import</scope>
</dependency>
<!-- Other Test Dependencies -->
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<version>${project.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list