diff --git a/ContentGrabbingJi-common/pom.xml b/ContentGrabbingJi-common/pom.xml new file mode 100644 index 0000000..5cbb965 --- /dev/null +++ b/ContentGrabbingJi-common/pom.xml @@ -0,0 +1,52 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-common + + + + net.lamgc + ContentGrabbingJi-CacheStore-api + 3.0.0-alpha-SNAPSHOT + + + + net.lamgc + ContentGrabbingJi-CacheStore-local + 3.0.0-alpha-SNAPSHOT + test + + + net.lamgc + ContentGrabbingJi-CacheStore-redis + 3.0.0-alpha-SNAPSHOT + test + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreBuilder.java b/ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreBuilder.java similarity index 100% rename from ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreBuilder.java rename to ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreBuilder.java diff --git a/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/FactoryInfo.java b/ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/FactoryInfo.java similarity index 100% rename from ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/FactoryInfo.java rename to ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/FactoryInfo.java diff --git a/ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/NoSuchFactoryException.java b/ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/NoSuchFactoryException.java similarity index 100% rename from ContentGrabbingJi-core/src/main/java/net/lamgc/cgj/bot/cache/NoSuchFactoryException.java rename to ContentGrabbingJi-common/src/main/java/net/lamgc/cgj/bot/cache/NoSuchFactoryException.java diff --git a/ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/cache/CacheStoreBuilderTest.java b/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/CacheStoreBuilderTest.java similarity index 100% rename from ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/cache/CacheStoreBuilderTest.java rename to ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/CacheStoreBuilderTest.java diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml index d60562d..eb873ef 100644 --- a/ContentGrabbingJi-core/pom.xml +++ b/ContentGrabbingJi-core/pom.xml @@ -39,6 +39,11 @@ ContentGrabbingJi-CacheStore-api 3.0.0-alpha-SNAPSHOT + + net.lamgc + ContentGrabbingJi-common + 3.0.0-alpha-SNAPSHOT + net.lamgc ContentGrabbingJi-pixiv @@ -51,18 +56,6 @@ 2.8.6 - - net.lamgc - ContentGrabbingJi-CacheStore-local - 3.0.0-alpha-SNAPSHOT - test - - - net.lamgc - ContentGrabbingJi-CacheStore-redis - 3.0.0-alpha-SNAPSHOT - test - \ No newline at end of file diff --git a/pom.xml b/pom.xml index e71ab37..a8006c1 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ ContentGrabbingJi-CacheStore-api ContentGrabbingJi-CacheStore-redis ContentGrabbingJi-CacheStore-local + ContentGrabbingJi-common