#441 从编译依赖中去掉lombok

Signed-off-by: Sola <dev@sola.love>
This commit is contained in:
Sola
2018-01-23 14:29:37 +08:00
committed by Binary Wang
parent f2b05480b5
commit e331fb5366
6 changed files with 21 additions and 1 deletions

View File

@@ -65,6 +65,10 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>