Skip to content

Commit

Permalink
comment out the oracle jdbc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Feb 17, 2016
1 parent 47f7d99 commit 0f8e678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distro/ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@
<artifactId>mysql-connector-java</artifactId>
<version>${version.mysql.jdbc.driver}</version>
</dependency>
<!-- The Oracle dependency - uncomment to generate the Oracle DDL
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>${version.com.oracle.driver}</version>
</dependency>
-->
<!-- Liquibase -->
<dependency>
<groupId>org.liquibase</groupId>
Expand Down

0 comments on commit 0f8e678

Please sign in to comment.