From 7c9ad64cb7ed26b9fc9bd65991240a2eaa2a63d9 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 9 Nov 2020 18:42:30 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20Project=20=E6=B7=BB=E5=8A=A0=20Command-?= =?UTF-8?q?API,=20Command-pixiv=20=E6=A8=A1=E5=9D=97=E4=BB=A5=E5=88=86?= =?UTF-8?q?=E7=A6=BB=20pixiv=20=E4=B8=8E=20Core=20=E6=A8=A1=E5=9D=97,=20?= =?UTF-8?q?=E4=BD=BF=E5=91=BD=E4=BB=A4=E7=BB=84=E5=90=88=E6=9B=B4=E7=81=B5?= =?UTF-8?q?=E6=B4=BB;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Add] Command-API, Command-pixiv 添加模块; [Change] Core/pom.xml 调整依赖, 移除对 pixiv 模块的依赖, 添加 Command-API 模块依赖; --- ContentGrabbingJi-Command-api/pom.xml | 32 ++++++++++++++++++ ContentGrabbingJi-Command-pixiv/pom.xml | 45 +++++++++++++++++++++++++ ContentGrabbingJi-core/pom.xml | 4 +-- pom.xml | 2 ++ 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 ContentGrabbingJi-Command-api/pom.xml create mode 100644 ContentGrabbingJi-Command-pixiv/pom.xml diff --git a/ContentGrabbingJi-Command-api/pom.xml b/ContentGrabbingJi-Command-api/pom.xml new file mode 100644 index 0000000..248b0de --- /dev/null +++ b/ContentGrabbingJi-Command-api/pom.xml @@ -0,0 +1,32 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-Command-api + + + \ No newline at end of file diff --git a/ContentGrabbingJi-Command-pixiv/pom.xml b/ContentGrabbingJi-Command-pixiv/pom.xml new file mode 100644 index 0000000..bb8d101 --- /dev/null +++ b/ContentGrabbingJi-Command-pixiv/pom.xml @@ -0,0 +1,45 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-Command-pixiv + + + + net.lamgc + ContentGrabbingJi-Command-api + 3.0.0-alpha-SNAPSHOT + + + net.lamgc + ContentGrabbingJi-pixiv + 3.0.0-alpha-SNAPSHOT + + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml index 0cc0c22..f05c094 100644 --- a/ContentGrabbingJi-core/pom.xml +++ b/ContentGrabbingJi-core/pom.xml @@ -46,12 +46,12 @@ net.lamgc - ContentGrabbingJi-pixiv + ContentGrabbingJi-Event 3.0.0-alpha-SNAPSHOT net.lamgc - ContentGrabbingJi-Event + ContentGrabbingJi-Command-api 3.0.0-alpha-SNAPSHOT diff --git a/pom.xml b/pom.xml index 9c1ba67..589316a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,8 @@ ContentGrabbingJi-CacheStore-local ContentGrabbingJi-common ContentGrabbingJi-Event + ContentGrabbingJi-Command-api + ContentGrabbingJi-Command-pixiv