|
@@ -102,7 +102,8 @@ dependencies {
|
|
|
compile group: "org.projectlombok", name: "lombok", version: LOMBOK_VERSION
|
|
|
compile group: 'org.apache.skywalking', name: 'apm-toolkit-logback-1.x', version: APM_SKYWALKING_VERSION
|
|
|
// spring cloud 依赖
|
|
|
- // compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-eureka-client', version: SPRING_CLOUD_CONFIG_VERSION
|
|
|
+ compile(group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-eureka-client', version: SPRING_CLOUD_CONFIG_VERSION){exclude group: 'com.thoughtworks.xstream',module:'xstream'}
|
|
|
+ compile(group: 'com.thoughtworks.xstream', name: 'xstream', version: XSTREAM_VERSION)
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|