Browse Source

oracle版本升级

小么熊🐻 2 years ago
parent
commit
29d33232cb
1 changed files with 5 additions and 6 deletions
  1. 5 6
      jsjp-common/pom.xml

+ 5 - 6
jsjp-common/pom.xml

@@ -144,12 +144,11 @@
             <artifactId>ojdbc6</artifactId>
             <version>11.2.0.3</version>
         </dependency>-->
-
-                <dependency>
-                    <groupId>com.oracle.database.jdbc</groupId>
-                    <artifactId>ojdbc8</artifactId>
-                    <version>21.7.0.0</version>
-                </dependency>
+        <dependency>
+            <groupId>com.oracle.database.jdbc</groupId>
+            <artifactId>ojdbc8</artifactId>
+            <version>21.7.0.0</version>
+        </dependency>
 
 
                 <!--腾讯云存储依赖-->