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/04/06 04:52:36 UTC

[openjpa] branch master updated: update test-oracle profile

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


The following commit(s) were added to refs/heads/master by this push:
     new f1eee20  update test-oracle profile
f1eee20 is described below

commit f1eee206a9554c50770690c0aed09536e1970e20
Author: Mark Struberg <st...@apache.org>
AuthorDate: Tue Apr 6 06:52:08 2021 +0200

    update test-oracle profile
---
 pom.xml | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 375e1a5..6c6a3b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1601,9 +1601,9 @@
             </dependencies>
             <properties>
                 <oracle.maven.repo>http://not.a.real.repository</oracle.maven.repo>
-                <oracle.groupid>com.oracle</oracle.groupid>
-                <oracle.artifactid>jdbc-driver</oracle.artifactid>
-                <oracle.version>11.2.0.1-jdbc6</oracle.version>
+                <oracle.groupid>com.oracle.ojdbc</oracle.groupid>
+                <oracle.artifactid>ojdbc8</oracle.artifactid>
+                <oracle.version>19.3.0.0</oracle.version>
                 <connection.driver.name>oracle.jdbc.driver.OracleDriver</connection.driver.name>
                 <!--<connection.url>jdbc:oracle:thin:@localhost:1521:OPENJPA</connection.url>-->
                 <connection.url>${openjpa.oracle.url}</connection.url>
@@ -1611,21 +1611,6 @@
                 <connection.password>${openjpa.oracle.password}</connection.password>
                 <jdbc.DBDictionary />
             </properties>
-            <repositories>
-                <repository>
-                    <id>oracle.repository</id>
-                    <name>Oracle Repository</name>
-                    <url>${oracle.maven.repo}</url>
-                    <layout>default</layout>
-                    <snapshots>
-                        <enabled>false</enabled>
-                    </snapshots>
-                    <releases>
-                        <enabled>true</enabled>
-                        <checksumPolicy>ignore</checksumPolicy>
-                    </releases>
-                </repository>
-            </repositories>
         </profile>
 
         <!-- Profile for testing IBM SolidDB -->
@@ -2200,6 +2185,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
+                <version>3.0.0-M3</version>
                 <executions>
                     <execution>
                         <phase>validate</phase>