[Add] Core 在找到更好的方法前, 先通过间接依赖两个缓存实现来提供给 Core 进行缓存相关测试;

[Add] net.lamgc:ContentGrabbingJi-CacheStore-local 添加 local 缓存实现依赖项(仅 test);
[Add] net.lamgc:ContentGrabbingJi-CacheStore-redis 添加 redis 缓存实现依赖项(仅 test);
This commit is contained in:
LamGC 2020-09-12 03:17:48 +08:00
parent c856d94384
commit 96f9baf5bc
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -44,6 +44,19 @@
<artifactId>ContentGrabbingJi-pixiv</artifactId> <artifactId>ContentGrabbingJi-pixiv</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version> <version>3.0.0-alpha-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-CacheStore-local</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-CacheStore-redis</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>