|
@@ -33,10 +33,6 @@ buildscript {
|
|
|
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
|
|
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
|
|
|
maven { url "https://repo.spring.io/libs-release" }
|
|
maven { url "https://repo.spring.io/libs-release" }
|
|
|
mavenCentral()
|
|
mavenCentral()
|
|
|
- maven {
|
|
|
|
|
- url "https://maven.google.com"
|
|
|
|
|
- }
|
|
|
|
|
- maven { url 'https://jitpack.io' }
|
|
|
|
|
jcenter()
|
|
jcenter()
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
dependencies {
|
|
@@ -99,7 +95,8 @@ dependencies {
|
|
|
compile "org.springframework.boot:spring-boot-starter-web"
|
|
compile "org.springframework.boot:spring-boot-starter-web"
|
|
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
|
|
compile('org.springframework.boot:spring-boot-starter-amqp')
|
|
compile('org.springframework.boot:spring-boot-starter-amqp')
|
|
|
- compile "com.usoft.framework:usoft-mq-utils:dev-1.0-SNAPSHOT"
|
|
|
|
|
|
|
+ //compile "com.usoft.framework:usoft-mq-utils:dev-1.0-SNAPSHOT"
|
|
|
|
|
+ compile fileTree(dir:'lib',includes:['*jar'])
|
|
|
compile(group: 'com.usoft.framework', name: 'usoft-security-utils', version: 'dev-1.0-SNAPSHOT')
|
|
compile(group: 'com.usoft.framework', name: 'usoft-security-utils', version: 'dev-1.0-SNAPSHOT')
|
|
|
compile "usoft-sdk-fin:usoft-sdk-fin:5.0"
|
|
compile "usoft-sdk-fin:usoft-sdk-fin:5.0"
|
|
|
compile "com.h2database:h2"
|
|
compile "com.h2database:h2"
|