use maven oracle jdbc
This commit is contained in:
@@ -98,12 +98,17 @@
|
||||
<version>5.4.0</version>
|
||||
</dependency> -->
|
||||
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.oracle</groupId>-->
|
||||
<!-- <artifactId>ojdbc6</artifactId>-->
|
||||
<!-- <version>11.2.0.3</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/libs/ojdbc6-11.2.0.3.jar</systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.2.0.3</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/libs/ojdbc6-11.2.0.3.jar</systemPath>
|
||||
<version>11.2.0.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -232,7 +237,7 @@
|
||||
<version>3.12.1</version>
|
||||
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
<verbose>false</verbose>
|
||||
<fork>true</fork>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
|
||||
Reference in New Issue
Block a user