This commit is contained in:
youys 2023-07-13 17:37:47 +08:00
parent 5ef18d2173
commit 4f63295ed7
1 changed files with 15 additions and 0 deletions

15
pom.xml
View File

@ -45,7 +45,22 @@
<version>2.11.0</version>
</dependency>
<!-- 引入本地jar -->
<dependency>
<groupId>org</groupId>
<artifactId>minimao-json</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${project.basedir}/lib/minimal-json.jar</systemPath>
</dependency>
<dependency>
<groupId>org</groupId>
<artifactId>precompiled</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${project.basedir}/lib/precompiled.jar</systemPath>
</dependency>
</dependencies>