build.gradle 608 B

1234567891011121314
  1. repositories {
  2. maven { url "https://artifactory.uuzcc.cn/artifactory/libs-snapshot-local" }
  3. }
  4. dependencies {
  5. compile project(":applications:app-purchase:app-purchase-api")
  6. compile project(":applications:app-sale:app-sale-api")
  7. compile project(":applications:app-make:app-make-api")
  8. compile project(":applications:app-document:app-document-api")
  9. compile project(":base:base-datacenter:base-datacenter-client")
  10. compile 'org.springframework.amqp:spring-rabbit'
  11. compile 'org.springframework.boot:spring-boot-starter-amqp'
  12. compile 'com.usoft.sdk:usoft-sdk-b2b:2.0-SNAPSHOT'
  13. }