Browse Source

换回lettuce调试

yingp 5 years ago
parent
commit
c361c20a5a
1 changed files with 0 additions and 5 deletions
  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"