This commit is contained in:
msgroup 2021-01-09 09:15:36 +08:00
parent 4e934003d8
commit 6dad61e048
2 changed files with 7 additions and 0 deletions

BIN
lib/DmJdbcDriver18.jar Normal file

Binary file not shown.

View File

@ -62,6 +62,13 @@
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId> <artifactId>store-client</artifactId>
</dependency> </dependency>
<dependency>
<groupId>dm</groupId>
<artifactId>dm</artifactId>
<version>8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/DmJdbcDriver18.jar</systemPath>
</dependency>
</dependencies> </dependencies>
<build> <build>