Selaa lähdekoodia

【功能完善】【配置文件修改】

koul 4 vuotta sitten
vanhempi
commit
af3ea20bce
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2 5
      build.gradle

+ 2 - 5
build.gradle

@@ -33,10 +33,6 @@ buildscript {
         maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
         maven { url "https://repo.spring.io/libs-release" }
         mavenCentral()
-        maven {
-            url "https://maven.google.com"
-        }
-        maven { url 'https://jitpack.io' }
         jcenter()
     }
     dependencies {
@@ -99,7 +95,8 @@ dependencies {
     compile "org.springframework.boot:spring-boot-starter-web"
     testCompile "org.springframework.boot:spring-boot-starter-test"
     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 "usoft-sdk-fin:usoft-sdk-fin:5.0"
     compile "com.h2database:h2"