dependencies { implementation project(':authentication-api') implementation project(':core-security') implementation project(':notification-api') implementation('com.friday.base:common:1.0.0') implementation('com.friday.base:redis:1.0.1') implementation('com.friday.base:database:1.0.0') implementation('com.friday.base:web:1.0.2') implementation('com.friday.base:file:1.0.2') implementation('io.springfox:springfox-swagger2:2.10.0'){ exclude(group: 'io.swagger',module:'swagger-annotations') exclude(group: 'io.swagger',module:'swagger-models') } implementation('io.springfox:springfox-swagger-ui:2.10.0') implementation('io.springfox:springfox-spring-webmvc:2.10.0') implementation('io.swagger:swagger-annotations:1.5.21') implementation('io.swagger:swagger-models:1.5.21') //implementation('com.google.code.gson:gson:2.8.9') implementation('org.springframework.boot:spring-boot-starter-web') implementation('com.alibaba:dubbo:2.6.9') implementation('org.apache.curator:curator-framework:5.1.0') implementation('org.springframework.boot:spring-boot-starter-security') implementation('io.jsonwebtoken:jjwt:0.9.1') implementation('com.fasterxml.uuid:java-uuid-generator:3.1.4') implementation('com.tencentcloudapi:tencentcloud-sdk-java:3.1.322') implementation('com.qcloud:cos_api:5.6.54') implementation('com.alibaba.boot:nacos-config-spring-boot-starter:0.2.11') implementation("org.springframework.boot:spring-boot-starter-validation") testCompile('org.springframework.boot:spring-boot-starter-test') testCompile('org.projectlombok:lombok') }