Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Disable Oracle OJDBC dependency for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
vovtz committed Aug 6, 2019
1 parent 7fec1e3 commit bc5bd10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0.2</version>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc7</artifactId>-->
<!-- <version>12.1.0.2</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit bc5bd10

Please sign in to comment.