Author: reschke
Date: Tue Oct 24 16:18:04 2017
New Revision: 1813192

URL: http://svn.apache.org/viewvc?rev=1813192&view=rev
Log:
OAK-6863: RDB*Store: update Oracle JDBC dependency to 12.2.0.1

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1813192&r1=1813191&r2=1813192&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Oct 24 16:18:04 2017
@@ -950,17 +950,18 @@
       </dependencies>
     </profile>
     <profile>
-      <!-- requires local copy of Oracle JDBC driver deployed to Maven repo-->
+      <!-- requires local copy of Oracle JDBC driver deployed to Maven repo -->
       <!-- for instance:
-        mvn install:install-file -Dfile=ojdbc6.jar -Dpackaging=jar\
-          -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=12.1.0.2.0
-       -->
+        mvn install:install-file -Dfile=ojdbc8.jar -Dpackaging=jar\
+          -DgroupId=com.oracle.jdbc -DartifactId=ojdbc8 -Dversion=12.2.0.1
+      -->
+      <!-- or see 
https://blogs.oracle.com/dev2dev/get-oracle-jdbc-drivers-and-ucp-from-oracle-maven-repository-without-ides
 -->
       <id>rdb-oracle</id>
       <dependencies>
         <dependency>
-          <groupId>com.oracle</groupId>
-          <artifactId>ojdbc6</artifactId>
-          <version>12.1.0.2.0</version>
+          <groupId>com.oracle.jdbc</groupId>
+          <artifactId>ojdbc8</artifactId>
+          <version>12.2.0.1</version>
         </dependency>
       </dependencies>
     </profile>


Reply via email to