Commit cc468684 authored by Liang Ding's avatar Liang Ding

去掉 Redis 依赖

parent b42f1aaf
......@@ -103,6 +103,12 @@
<groupId>org.b3log</groupId>
<artifactId>latke-core</artifactId>
<version>${org.b3log.latke.version}</version>
<exclusions>
<exclusion>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment