瀏覽代碼

换回lettuce调试

yingp 5 年之前
父節點
當前提交
c361c20a5a
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      uas-office-dingtalk-server/build.gradle

+ 0 - 5
uas-office-dingtalk-server/build.gradle

@@ -1,15 +1,10 @@
 apply plugin: 'org.springframework.boot'
 
-configurations {
-    all*.exclude group: 'io.lettuce'
-}
-
 dependencies {
     compile project(':uas-office-dingtalk')
     compile 'org.springframework.boot:spring-boot-starter-web'
     compile 'org.springframework.boot:spring-boot-starter-jdbc'
     compile 'org.springframework.boot:spring-boot-starter-security'
-    compile 'redis.clients:jedis'
     
     compile 'com.h2database:h2'
     compile "$ojdbc"