From 2e78dd5931cc70b4fb206998ca0c7c58550f72ee Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 3 Sep 2020 13:46:16 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20=E5=88=9D=E5=A7=8B=E5=8C=96=E7=BB=84?= =?UTF-8?q?=E6=88=90=E6=A8=A1=E5=9D=97;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ContentGrabbingJi-CacheStore-api/pom.xml | 32 +++++++ ContentGrabbingJi-CacheStore-local/pom.xml | 40 ++++++++ ContentGrabbingJi-CacheStore-redis/pom.xml | 45 +++++++++ ContentGrabbingJi-core/pom.xml | 44 +++++++++ ContentGrabbingJi-exec/pom.xml | 45 +++++++++ ContentGrabbingJi-framework-api/pom.xml | 32 +++++++ ContentGrabbingJi-framework-mirai/pom.xml | 76 ++++++++++++++++ ContentGrabbingJi-pixiv/pom.xml | 32 +++++++ pom.xml | 101 +++++++++++++++++++++ 9 files changed, 447 insertions(+) create mode 100644 ContentGrabbingJi-CacheStore-api/pom.xml create mode 100644 ContentGrabbingJi-CacheStore-local/pom.xml create mode 100644 ContentGrabbingJi-CacheStore-redis/pom.xml create mode 100644 ContentGrabbingJi-core/pom.xml create mode 100644 ContentGrabbingJi-exec/pom.xml create mode 100644 ContentGrabbingJi-framework-api/pom.xml create mode 100644 ContentGrabbingJi-framework-mirai/pom.xml create mode 100644 ContentGrabbingJi-pixiv/pom.xml create mode 100644 pom.xml diff --git a/ContentGrabbingJi-CacheStore-api/pom.xml b/ContentGrabbingJi-CacheStore-api/pom.xml new file mode 100644 index 0000000..5bde1dd --- /dev/null +++ b/ContentGrabbingJi-CacheStore-api/pom.xml @@ -0,0 +1,32 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-CacheStore-api + + + \ No newline at end of file diff --git a/ContentGrabbingJi-CacheStore-local/pom.xml b/ContentGrabbingJi-CacheStore-local/pom.xml new file mode 100644 index 0000000..33b483f --- /dev/null +++ b/ContentGrabbingJi-CacheStore-local/pom.xml @@ -0,0 +1,40 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-CacheStore-local + + + + net.lamgc + ContentGrabbingJi-CacheStore-api + 3.0.0-alpha-SNAPSHOT + + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-CacheStore-redis/pom.xml b/ContentGrabbingJi-CacheStore-redis/pom.xml new file mode 100644 index 0000000..1fe609c --- /dev/null +++ b/ContentGrabbingJi-CacheStore-redis/pom.xml @@ -0,0 +1,45 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-CacheStore-redis + + + + net.lamgc + ContentGrabbingJi-CacheStore-api + 3.0.0-alpha-SNAPSHOT + + + + redis.clients + jedis + 3.2.0 + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml new file mode 100644 index 0000000..87823e0 --- /dev/null +++ b/ContentGrabbingJi-core/pom.xml @@ -0,0 +1,44 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-core + + + + net.lamgc + ContentGrabbingJi-framework-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-exec/pom.xml b/ContentGrabbingJi-exec/pom.xml new file mode 100644 index 0000000..8c6bd41 --- /dev/null +++ b/ContentGrabbingJi-exec/pom.xml @@ -0,0 +1,45 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-exec + + + + net.lamgc + ContentGrabbingJi-core + 3.0.0-alpha-SNAPSHOT + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.13.1 + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-framework-api/pom.xml b/ContentGrabbingJi-framework-api/pom.xml new file mode 100644 index 0000000..6f9226d --- /dev/null +++ b/ContentGrabbingJi-framework-api/pom.xml @@ -0,0 +1,32 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-framework-api + + + \ No newline at end of file diff --git a/ContentGrabbingJi-framework-mirai/pom.xml b/ContentGrabbingJi-framework-mirai/pom.xml new file mode 100644 index 0000000..6c22f55 --- /dev/null +++ b/ContentGrabbingJi-framework-mirai/pom.xml @@ -0,0 +1,76 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-framework-mirai + + + 1.2.2 + 1.1.1 + 1.4.0 + 1.4.0 + + + + + jcenter + https://jcenter.bintray.com/ + + + + + + net.lamgc + ContentGrabbingJi-framework-api + 3.0.0-alpha-SNAPSHOT + + + + + net.mamoe + mirai-core + ${mirai.CoreVersion} + + + net.mamoe + mirai-core-qqandroid + ${mirai.CoreVersion} + + + net.mamoe + mirai-japt + ${mirai.JaptVersion} + + + + io.ktor + ktor-server-core + ${ktor.version} + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-pixiv/pom.xml b/ContentGrabbingJi-pixiv/pom.xml new file mode 100644 index 0000000..af51136 --- /dev/null +++ b/ContentGrabbingJi-pixiv/pom.xml @@ -0,0 +1,32 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-pixiv + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e4d7744 --- /dev/null +++ b/pom.xml @@ -0,0 +1,101 @@ + + + + + 4.0.0 + + pom + net.lamgc + ContentGrabbingJi + 3.0.0-alpha-SNAPSHOT + + ContentGrabbingJi-core + ContentGrabbingJi-framework-api + ContentGrabbingJi-exec + ContentGrabbingJi-framework-mirai + ContentGrabbingJi-pixiv + ContentGrabbingJi-CacheStore-api + ContentGrabbingJi-CacheStore-redis + ContentGrabbingJi-CacheStore-local + + + + + LamGC + lam827@lamgc.net + https://github.com/LamGC + + Project Manager + Key contributors + + UTC+8 + + + + + + GNU Affero General Public License + http://www.gnu.org/licenses/agpl-3.0.txt + repo + + + + + UTF-8 + UTF-8 + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + + + + com.google.guava + guava + 29.0-jre + + + + org.slf4j + slf4j-api + 1.7.30 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.13.1 + test + + + + + \ No newline at end of file