|
@@ -79,11 +79,11 @@
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.oracle.database.jdbc</groupId>-->
|
|
|
-<!-- <artifactId>ojdbc8</artifactId>-->
|
|
|
-<!-- <version>21.9.0.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.oracle.database.jdbc</groupId>
|
|
|
+ <artifactId>ojdbc8</artifactId>
|
|
|
+ <version>21.9.0.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
@@ -144,13 +144,13 @@
|
|
|
<systemPath>${project.basedir}/src/main/resources/lib/kingdee_Ltpa.jar</systemPath>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>ruisi.yida</groupId>
|
|
|
- <artifactId>ojdbc</artifactId>
|
|
|
- <scope>system</scope>
|
|
|
- <version>21.9.0.0</version>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/lib/ojdbc8-21.9.0.0.jar</systemPath>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>ruisi.yida</groupId>-->
|
|
|
+<!-- <artifactId>ojdbc</artifactId>-->
|
|
|
+<!-- <scope>system</scope>-->
|
|
|
+<!-- <version>21.9.0.0</version>-->
|
|
|
+<!-- <systemPath>${project.basedir}/src/main/resources/lib/ojdbc8-21.9.0.0.jar</systemPath>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|