|
@@ -90,7 +90,7 @@ dependencies {
|
|
|
compile(group: "cn.sagacloud", name: "saga-kotlin-mybatis", version: SYBOTAN_KOTLIN_VERSION) {exclude group: 'org.mybatis',module:'mybatis'}
|
|
|
compile group: "org.mybatis", name: "mybatis", version: MYBATIS_CORE_VERSION
|
|
|
compile group: "cn.sagacloud", name: "saga-kotlin-mysql", version: SYBOTAN_KOTLIN_VERSION
|
|
|
- compile group: "cn.sagacloud", name: "saga-service-base", version: SYBOTAN_SERVICE_VERSION
|
|
|
+ compile(group: "cn.sagacloud", name: "saga-service-base", version: SYBOTAN_SERVICE_VERSION) {exclude group: 'com.alibaba',module:'fastjson'}
|
|
|
compile group: "cn.sagacloud", name: "saga-service-mybatis", version: SYBOTAN_SERVICE_VERSION
|
|
|
compile group: "cn.sagacloud", name: "saga-service-mysql", version: SYBOTAN_SERVICE_VERSION
|
|
|
|
|
@@ -118,7 +118,8 @@ dependencies {
|
|
|
// https://mvnrepository.com/artifact/log4j/log4j
|
|
|
compile group: 'log4j', name: 'log4j', version: '1.2.17'
|
|
|
// https://mvnrepository.com/artifact/com.alibaba/fastjson
|
|
|
- compile group: 'com.alibaba', name: 'fastjson', version: '1.2.75'
|
|
|
+
|
|
|
+ compile group: "com.alibaba", name: "fastjson", version: FAST_JSON_VERSION
|
|
|
|
|
|
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
|
|
|
|