oracle ojdbc版本调整

yun-zuoyi
汪云昊 6 years ago
parent 221eaa3e89
commit ce896c80d0

@ -83,7 +83,7 @@
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<artifactId>ojdbc8</artifactId>
</dependency>
<!--用于编译jsp-->

@ -157,8 +157,8 @@
<!-- oracle -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>12.1.0.1.0</version>
<artifactId>ojdbc8</artifactId>
<version>12.2.0.1</version>
</dependency>
<!-- sqlserver -->

Loading…
Cancel
Save