Commit 1e15438b authored by 郭燕飞's avatar 郭燕飞 💬

version

parent efbf2ef0
......@@ -3,11 +3,11 @@ buildscript {
springBootVersion = "1.5.22.RELEASE"
}
repositories {
mavenLocal()
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
maven { url "https://plugins.gradle.org/m2/" } //sonarqube
maven { url "http://repo.spring.io/plugins-release" }
mavenCentral()
mavenLocal()
}
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
......@@ -57,6 +57,7 @@ subprojects {
all*.exclude group: "log4j", module:"log4j"
all*.exclude group: "org.slf4j", module: "slf4j-log4j12"
all*.exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
all*.exclude group: 'com.alibaba', module: 'dubbo'
}
dependencyManagement {
......@@ -71,9 +72,9 @@ subprojects {
}
repositories {
mavenLocal()
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
mavenCentral()
mavenLocal()
}
......
......@@ -3,11 +3,11 @@ buildscript {
springBootVersion = "1.5.22.RELEASE"
}
repositories {
mavenLocal()
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
maven { url "https://plugins.gradle.org/m2/" } //sonarqube
maven { url "http://repo.spring.io/plugins-release" }
mavenCentral()
mavenLocal()
}
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
......@@ -60,14 +60,15 @@ configurations {
all*.exclude group: "log4j", module: "log4j"
all*.exclude group: "org.slf4j", module: "slf4j-log4j12"
all*.exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
all*.exclude group: 'com.alibaba', module: 'dubbo'
}
repositories {
mavenLocal()
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
maven { url "https://plugins.gradle.org/m2/" } //sonarqube
maven { url "http://repo.spring.io/plugins-release" }
mavenCentral()
mavenLocal()
}
dependencyManagement {
......@@ -102,6 +103,8 @@ dependencies {
compile "com.alibaba:fastjson"
// sso版本,请使用 2.5.2 以上
testCompile "org.springframework.boot:spring-boot-starter-test"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment