mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.3.x'
This commit is contained in:
+3
-1
@@ -8,7 +8,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+9
-3
@@ -7,15 +7,21 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
maven {
|
||||
url = 'https://repo.spring.io/milestone'
|
||||
}
|
||||
maven {
|
||||
url = 'https://repo.spring.io/snapshot'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
+3
-1
@@ -8,7 +8,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+3
-1
@@ -9,7 +9,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+3
-1
@@ -8,7 +8,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+3
-1
@@ -8,7 +8,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+3
-1
@@ -7,7 +7,9 @@ plugins {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
+3
-1
@@ -3,7 +3,9 @@ pluginManagement {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven { url '{systemTestMavenRepository}' }
|
||||
maven {
|
||||
url = '{systemTestMavenRepository}'
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "org.springframework.boot"
|
||||
|
||||
Reference in New Issue
Block a user