ojdbc driver uncommented in dep mgmnt

pull/1079/merge
Tomasz Borowiec 2016-11-04 12:50:18 +01:00 committed by Justin Richer
parent 4b3284ffd2
commit fa122e7ad6
1 changed files with 2 additions and 3 deletions

View File

@ -380,12 +380,11 @@
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>9.4-1201-jdbc4</version> <version>9.4-1201-jdbc4</version>
</dependency> </dependency>
<!-- uncomment for Oracle (manually install driver in Maven prior) --> <dependency>
<!--<dependency>
<groupId>com.oracle</groupId> <groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId> <artifactId>ojdbc6</artifactId>
<version>11.1.0.7.0</version> <version>11.1.0.7.0</version>
</dependency>--> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.persistence</groupId> <groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId> <artifactId>org.eclipse.persistence.jpa</artifactId>