1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2025-09-06 12:16:56 +00:00

feat: 更新 HttpKit 工具 添加 Gogs 仓库迁移脚本

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-07-25 16:31:50 +08:00
parent e949e4677a
commit 5908fb17f9
3 changed files with 328 additions and 127 deletions

12
pom.xml
View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pw.yumc</groupId>
<artifactId>YumCore</artifactId>
<version>1.8</version>
<version>1.8.1</version>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
@ -130,5 +130,15 @@
<artifactId>worldedit-bukkit</artifactId>
<version>6.1.5</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.28</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.8</version>
</dependency>
</dependencies>
</project>