[Add] Project 添加 Command-API, Command-pixiv 模块以分离 pixiv 与 Core 模块, 使命令组合更灵活;

[Add] Command-API, Command-pixiv 添加模块;
[Change] Core/pom.xml 调整依赖, 移除对 pixiv 模块的依赖, 添加 Command-API 模块依赖;
This commit is contained in:
2020-11-09 18:42:30 +08:00
parent 4b97bf5803
commit 7c9ad64cb7
4 changed files with 81 additions and 2 deletions

View File

@ -46,12 +46,12 @@
</dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-pixiv</artifactId>
<artifactId>ContentGrabbingJi-Event</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-Event</artifactId>
<artifactId>ContentGrabbingJi-Command-api</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>