This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 732237eab0ec8bd81c6134fbfca324a7ff10e376 Author: Gary Gregory <[email protected]> AuthorDate: Mon Jul 3 17:09:00 2023 -0400 For VFS, somehow, SPDX >= 0.6.0 requires Java 11 (maybe because it's a multi-module project). --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index d55365e9..5f924c01 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,9 @@ <commons.asm.version>9.4</commons.asm.version> <slf4j.version>1.7.36</slf4j.version> <log4j2.version>2.20.0</log4j2.version> + <!-- For VFS, somehow, SPDX >= 0.6.0 requires Java 11 (maybe because it's a multi-module project). --> + <commons.spdx.version>0.5.5</commons.spdx.version> + <clirr.skip>true</clirr.skip> <japicmp.skip>false</japicmp.skip> <jacoco.skip>false</jacoco.skip>
