update test-oracle profile

This commit is contained in:
Mark Struberg 2021-04-06 06:52:08 +02:00
parent 044c7d27b1
commit f1eee206a9
1 changed files with 4 additions and 18 deletions

22
pom.xml
View File

@ -1601,9 +1601,9 @@
</dependencies> </dependencies>
<properties> <properties>
<oracle.maven.repo>http://not.a.real.repository</oracle.maven.repo> <oracle.maven.repo>http://not.a.real.repository</oracle.maven.repo>
<oracle.groupid>com.oracle</oracle.groupid> <oracle.groupid>com.oracle.ojdbc</oracle.groupid>
<oracle.artifactid>jdbc-driver</oracle.artifactid> <oracle.artifactid>ojdbc8</oracle.artifactid>
<oracle.version>11.2.0.1-jdbc6</oracle.version> <oracle.version>19.3.0.0</oracle.version>
<connection.driver.name>oracle.jdbc.driver.OracleDriver</connection.driver.name> <connection.driver.name>oracle.jdbc.driver.OracleDriver</connection.driver.name>
<!--<connection.url>jdbc:oracle:thin:@localhost:1521:OPENJPA</connection.url>--> <!--<connection.url>jdbc:oracle:thin:@localhost:1521:OPENJPA</connection.url>-->
<connection.url>${openjpa.oracle.url}</connection.url> <connection.url>${openjpa.oracle.url}</connection.url>
@ -1611,21 +1611,6 @@
<connection.password>${openjpa.oracle.password}</connection.password> <connection.password>${openjpa.oracle.password}</connection.password>
<jdbc.DBDictionary /> <jdbc.DBDictionary />
</properties> </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>
<!-- Profile for testing IBM SolidDB --> <!-- Profile for testing IBM SolidDB -->
@ -2200,6 +2185,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<executions> <executions>
<execution> <execution>
<phase>validate</phase> <phase>validate</phase>