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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 32ad2412 Fix Java 8 build
32ad2412 is described below
commit 32ad241262cd0fe3294e1bdedd961ceb01f109a0
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 13:30:55 2024 -0400
Fix Java 8 build
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 4cf096ad..42e24564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,6 +208,7 @@
<findbugs.skip>true</findbugs.skip>
<!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior
which kicks in for us here. -->
<commons.spdx.version>0.5.5</commons.spdx.version>
+ <surefire.argline></surefire.argline>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.98</commons.jacoco.classRatio>