Skip to content

Commit

Permalink
Include Oracle's JDBC driver directly (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 7, 2019
1 parent 8f301a3 commit c0c2ce0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 420 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ dependencies {

compile 'org.postgresql:postgresql:42.2.8'

compile ('com.oracle.ojdbc:ojdbc10:19.3.0.0') {
// causing module issues
exclude module: 'oraclepki'
}

compile ('com.google.guava:guava:28.1-jre') {
// TODO: Remove this as soon as https://github.com/google/guava/issues/2960 is fixed
exclude module: "jsr305"
Expand Down
5 changes: 5 additions & 0 deletions external-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ Project: Application Insights SDK for Java
URL: https://github.com/Microsoft/ApplicationInsights-Java
License: MIT

Id: com.oracle.ojdbc:ojdbc10
Project: Oracle's JDBC drivers
URL: https://medium.com/oracledevs/oracle-jdbc-drivers-on-maven-central-64fcf724d8b
License: Proprietary

Id: com.sibvisions.external.jvxfx:DnDTabPane
Project: Drag'n'Drop TabPane
URL: https://github.com/sibvisions/javafx.DndTabPane
Expand Down
367 changes: 0 additions & 367 deletions src/main/java/oracle/jdbc/OracleConnection.java

This file was deleted.

Loading

0 comments on commit c0c2ce0

Please sign in to comment.