|
|
|
|
@ -7,15 +7,21 @@ plugins {
@@ -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 { |
|
|
|
|
|