Browse Source

恢复数据库驱动jar包版本

master
CMM 1 year ago
parent
commit
8aee4bf517
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pmapi/pom.xml

+ 2
- 2
pmapi/pom.xml View File

@@ -224,9 +224,9 @@
<dependency>
<groupId>com.kingbase8</groupId>
<artifactId>kingbase8-8.6.0</artifactId>
<version>8.6.0</version>
<version>8.2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/kingbase8-8.6.0.jar</systemPath>
<systemPath>${project.basedir}/src/lib/kingbase8-8.2.0.jar</systemPath>
</dependency>

<dependency>


Loading…
Cancel
Save