jar
This commit is contained in:
parent
c19f49d38a
commit
5ef18d2173
|
|
@ -8,6 +8,5 @@ target/
|
|||
.settings/
|
||||
*.log
|
||||
bin/
|
||||
lib/
|
||||
src/main/java/test/
|
||||
.vscode/
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
15
pom.xml
15
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue