This commit is contained in:
youys 2023-07-13 17:37:05 +08:00
parent c19f49d38a
commit 5ef18d2173
4 changed files with 0 additions and 16 deletions

1
.gitignore vendored
View File

@ -8,6 +8,5 @@ target/
.settings/
*.log
bin/
lib/
src/main/java/test/
.vscode/

BIN
lib/minimal-json.jar Normal file

Binary file not shown.

BIN
lib/precompiled.jar Normal file

Binary file not shown.

15
pom.xml
View File

@ -45,22 +45,7 @@
<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>