|
@@ -94,11 +94,14 @@ subprojects {
|
|
|
compile('org.springframework.cloud:spring-cloud-starter-openfeign')
|
|
|
compile("org.springframework.session:spring-session-data-redis")
|
|
|
//
|
|
|
-
|
|
|
- compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-web'){
|
|
|
+ exclude module:'spring-boot-starter-tomcat'
|
|
|
+ }
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
|
compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
|
- compile('org.springframework.boot:spring-boot-starter-websocket')
|
|
|
+
|
|
|
compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-jetty')
|
|
|
|
|
|
// cache
|
|
|
compile('org.springframework.boot:spring-boot-starter-cache')
|
|
@@ -111,6 +114,12 @@ subprojects {
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
// mq
|
|
|
compile('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6')
|
|
|
+
|
|
|
+ //只因用shiro核心包
|
|
|
+ compile("org.apache.shiro:shiro-core:$shiro_version"){
|
|
|
+ exclude group:"org.apache.shiro"
|
|
|
+ }
|
|
|
+
|
|
|
// commons
|
|
|
compile("commons-io:commons-io:$commons_io_version")
|
|
|
compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|