- repositories {
- maven { url "https://artifactory.uuzcc.cn/artifactory/libs-snapshot-local" }
- }
- dependencies {
- compile project(":applications:app-purchase:app-purchase-api")
- compile project(":applications:app-sale:app-sale-api")
- compile project(":applications:app-make:app-make-api")
- compile project(":applications:app-document:app-document-api")
- compile project(":base:base-datacenter:base-datacenter-client")
- compile 'org.springframework.amqp:spring-rabbit'
- compile 'org.springframework.boot:spring-boot-starter-amqp'
- compile 'com.usoft.sdk:usoft-sdk-b2b:2.0-SNAPSHOT'
- }
|