1
0
mirror of https://e.coding.net/circlecloud/MiaoServerParent.git synced 2024-12-04 17:48:46 +00:00

chore: 调整项目文件

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2017-03-02 10:27:52 +08:00
parent 11db03a6e3
commit 03f825181a

10
pom.xml
View File

@ -53,6 +53,16 @@
<artifactId>jansi</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>com.hibegin</groupId>
<artifactId>simplewebserver</artifactId>
<version>0.1.6</version>
</dependency>
</dependencies>
<ciManagement>
<system>Jenkins</system>