You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/07 19:05:36 UTC

commons-dbcp git commit: Pickup Jacoco version from the parent POM now that the parent POM is up to date.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master efb8cfdd6 -> 285ea491d


Pickup Jacoco version from the parent POM now that the parent POM is up
to date.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/285ea491
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/285ea491
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/285ea491

Branch: refs/heads/master
Commit: 285ea491dee3e50cb0e32da57bb700147963a359
Parents: efb8cfd
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon May 7 13:05:33 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon May 7 13:05:33 2018 -0600

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/285ea491/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08089e8..0016a01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,9 +245,6 @@
     <commons.pool.version>2.5.0</commons.pool.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
-
-    <!-- Temporary fix to support Java 8 and 9 -->
-    <commons.jacoco.version>0.7.9</commons.jacoco.version>
   </properties>
 
   <build>