You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2021/05/02 20:08:56 UTC

[openjpa] 02/02: switch back to dbcp for oracle as well

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 8e3b81521fd21243c52fe27ec0d7b3b5dd10462d
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun May 2 21:54:05 2021 +0200

    switch back to dbcp for oracle as well
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index eeb84a3..e4d6232 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1508,9 +1508,6 @@
                 <oracle.server.version>latest</oracle.server.version>
                 <docker.external.oracle.port>1521</docker.external.oracle.port>
 
-                <!-- Oracle Driver + XE11 seems to not play well with DBCP2 -->
-                <tests.openjpa.driverDataSource>simple</tests.openjpa.driverDataSource>
-
                 <connection.driver.name>oracle.jdbc.driver.OracleDriver</connection.driver.name>
                 <openjpa.oracle.database>openjpatst</openjpa.oracle.database>
                 <openjpa.oracle.username>openjpatst</openjpa.oracle.username>