This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 93f54149 Drop Coveralls
93f54149 is described below

commit 93f5414918488261c90725541d3b3898409535b1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 28 10:40:35 2023 -0500

    Drop Coveralls
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0a0fdc8..d3105b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,16 +411,6 @@
   </reporting>
 
   <profiles>
-    <profile>
-      <id>java9</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <properties>
-        <!-- coverall version 4.3.0 does not work with java 9, see 
https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
-        <coveralls.skip>true</coveralls.skip>
-      </properties>
-    </profile>
     <profile>
       <id>java16</id>
       <!-- For testing with CGLIB on Java 16 and up. -->

Reply via email to