jar
This commit is contained in:
parent
5ef18d2173
commit
4f63295ed7
15
pom.xml
15
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue