Move cloud-stream-kafka/rabbit from SB 3.0.0-M4 to SB 3.0.0-SNAPSHOT
This commit is contained in:
@@ -6,12 +6,10 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springBootVersion', "3.0.0-M4")
|
||||
set('springCloudVersion', "2022.0.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.springframework.cloud:spring-cloud-stream")
|
||||
|
||||
@@ -6,12 +6,10 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springBootVersion', "3.0.0-M4")
|
||||
set('springCloudVersion', "2022.0.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.springframework.cloud:spring-cloud-stream")
|
||||
|
||||
Reference in New Issue
Block a user