Browse Source

修改错误依赖

guq 6 years ago
parent
commit
87496c26a9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -96,9 +96,9 @@
 
     <!-- oracle -->
     <dependency>
-      <groupId>com.oracle</groupId>
-      <artifactId>ojdbc7</artifactId>
-      <version>12.2.0.1.0</version>
+      <groupId>ojdbc6</groupId>
+      <artifactId>ojdbc6</artifactId>
+      <version>11.2.0</version>
     </dependency>
 
     <!-- 引入json处理包 -->