Author: reschke
Date: Tue Sep 26 13:27:05 2017
New Revision: 1809745

URL: http://svn.apache.org/viewvc?rev=1809745&view=rev
Log:
OAK-6716: RDB*Store: update DB2 JDBC dependency to 4.19.66

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=1809745&r1=1809744&r2=1809745&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Sep 26 13:27:05 2017
@@ -960,21 +960,14 @@
       <!-- requires local copy of IBM DB2 JDBC drivers deployed to Maven 
repo-->
       <!-- for instance:
         mvn install:install-file -Dfile=db2jcc4.jar -Dpackaging=jar\
-          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.16.53
-        mvn install:install-file -Dfile=db2jcc_license_cu.jar -Dpackaging=jar\
-          -DgroupId=com.ibm.db2 -DartifactId=db2-license -Dversion=4.16.53
+          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.19.66
        -->
       <id>rdb-db2</id>
       <dependencies>
         <dependency>
           <groupId>com.ibm.db2</groupId>
           <artifactId>db2</artifactId>
-          <version>4.16.53</version>
-        </dependency>
-        <dependency>
-          <groupId>com.ibm.db2</groupId>
-          <artifactId>db2-license</artifactId>
-          <version>4.16.53</version>
+          <version>4.19.66</version>
         </dependency>
       </dependencies>
     </profile>


Reply via email to