Commit 4fd5b04a authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 4cf642db
......@@ -25,6 +25,9 @@ dependencies {
compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"
testCompileOnly "org.projectlombok:lombok"
testAnnotationProcessor "org.projectlombok:lombok"
testCompile "org.springframework.boot:spring-boot-starter-test"
}
......
buildscript {
ext["duibaExtVersion"] = "2.0.0-h25"
ext["duibaExtVersion"] = "2.0.0-h30"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6"
ext["hazelcast.version"] = "3.11"
ext["curator.version"] = "2.13.0"
ext["guava.version"] = "28.2-jre"
repositories {
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
......@@ -58,6 +60,8 @@ subprojects {
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"
all*.exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
all*.exclude group: "com.zaxxer", module: "HikariCP-java7"
}
dependencyManagement {
......@@ -78,7 +82,6 @@ subprojects {
mavenLocal()
}
uploadArchives {
repositories {
mavenDeployer {
......
buildscript {
ext["duibaExtVersion"] = "2.0.0-h25"
ext["duibaExtVersion"] = "2.0.0-h30"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6"
ext["hazelcast.version"] = "3.11"
ext["curator.version"] = "2.13.0"
ext["guava.version"] = "28.2-jre"
repositories {
maven { url "http://nexus.dui88.com:8081/nexus/content/groups/public/" }
......@@ -60,6 +62,8 @@ configurations {
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"
all*.exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
all*.exclude group: "com.zaxxer", module: "HikariCP-java7"
}
repositories {
......@@ -102,6 +106,9 @@ dependencies {
compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"
testCompileOnly "org.projectlombok:lombok"
testAnnotationProcessor "org.projectlombok:lombok"
// sso版本,请使用 3.0.20 以上
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