|
|
@@ -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"
|