yun-zuoyi
crish 6 years ago
commit fdfe282e8b

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

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

Loading…
Cancel
Save