|
@@ -105,15 +105,15 @@ subprojects {
|
|
|
compile('org.springframework.boot:spring-boot-starter-data-redis')
|
|
|
compile('redis.clients:jedis:2.9.0')
|
|
|
|
|
|
+ compile 'org.springframework.cloud:spring-cloud-starter-bus-amqp'
|
|
|
+ compile('org.springframework.cloud:spring-cloud-starter-config')
|
|
|
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
// mq
|
|
|
|
|
|
// shiro
|
|
|
compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
|
-
|
|
|
- compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.6'
|
|
|
-
|
|
|
+ compile('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6')
|
|
|
// commons
|
|
|
compile("commons-io:commons-io:$commons_io_version")
|
|
|
compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|