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-rdf.git
The following commit(s) were added to refs/heads/master by this push:
new c4f539da Pickup JaCoCo version from parent POM
c4f539da is described below
commit c4f539da7149456d59afc19af1bbc7ea5d4ec7c6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri May 2 08:55:52 2025 -0400
Pickup JaCoCo version from parent POM
---
pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e26e8532..51ba9620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,12 +63,10 @@
-->
<dexx.collection.version>0.7</dexx.collection.version>
<servicemix.xerces.version>2.11.0_1</servicemix.xerces.version>
-
- <!-- Test dependencies -->
+ <!-- Test dependencies -->
<slf4j.version>1.7.26</slf4j.version>
<skipAPICompatCheck>false</skipAPICompatCheck>
<moditect.skip>true</moditect.skip>
- <commons.jacoco.version>0.8.13</commons.jacoco.version>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
</properties>
@@ -103,7 +101,6 @@
</dependency>
</dependencies>
</dependencyManagement>
-
<!--
Common dependencies across modules.
Keep this list small and only <scope>test</scope> !