1
0
mirror of https://e.coding.net/circlecloud/MiaoServerParent.git synced 2025-10-01 14:36:57 +00:00

chore: 调整项目文件

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-03-02 16:14:59 +08:00
parent 03f825181a
commit ba32628124
3 changed files with 2 additions and 27 deletions

25
pom.xml
View File

@ -23,11 +23,6 @@
<module>MiaoServer</module> <module>MiaoServer</module>
</modules> </modules>
<dependencies> <dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.16</version>
</dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
@ -43,26 +38,6 @@
<artifactId>commons-lang</artifactId> <artifactId>commons-lang</artifactId>
<version>2.6</version> <version>2.6</version>
</dependency> </dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.12</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<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> </dependencies>
<ciManagement> <ciManagement>
<system>Jenkins</system> <system>Jenkins</system>