Skip to content

Commit

Permalink
Upgrade to Oracle JDBC driver v 21.3.0.0 and import its BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 6, 2021
1 parent 6378db0 commit f7b48a9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<mariadb-jdbc.version>2.7.4</mariadb-jdbc.version>
<mysql-jdbc.version>8.0.26</mysql-jdbc.version>
<mssql-jdbc.version>7.2.2.jre8</mssql-jdbc.version>
<oracle-jdbc.version>21.1.0.0</oracle-jdbc.version>
<oracle-jdbc.version>21.3.0.0</oracle-jdbc.version>
<derby-jdbc.version>10.14.2.0</derby-jdbc.version>
<db2-jdbc.version>11.5.6.0</db2-jdbc.version>
<shrinkwrap.version>1.2.6</shrinkwrap.version>
Expand Down Expand Up @@ -353,6 +353,15 @@
<scope>import</scope>
</dependency>

<!-- Oracle JDBC driver -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-bom</artifactId>
<version>${oracle-jdbc.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Mutiny and Vert.x Mutiny Binding BOMs -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
Expand Down Expand Up @@ -4507,11 +4516,6 @@
<artifactId>mssql-jdbc</artifactId>
<version>${mssql-jdbc.version}</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
<version>${oracle-jdbc.version}</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
Expand Down

0 comments on commit f7b48a9

Please sign in to comment.