Skip to content

Commit 2170db6

Browse files
committed
Revert adding Spring Cloud deps
That was not intended.
1 parent d82b861 commit 2170db6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle.kts

-9
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ repositories {
3030
maven("https://jitpack.io")
3131
}
3232

33-
dependencyManagement {
34-
imports {
35-
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2021.0.0")
36-
}
37-
}
38-
3933
dependencies {
4034
kapt("org.springframework.boot:spring-boot-configuration-processor")
4135
implementation("org.springframework.boot:spring-boot-configuration-processor")
@@ -48,9 +42,6 @@ dependencies {
4842
implementation("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect")
4943
implementation("org.springframework.boot:spring-boot-starter-validation")
5044
implementation("org.springframework.boot:spring-boot-starter-actuator")
51-
implementation("org.springframework.cloud:spring-cloud-stream")
52-
implementation("org.springframework.cloud:spring-cloud-stream-binder-rabbit")
53-
implementation("org.springframework.cloud:spring-cloud-function-kotlin")
5445
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
5546
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")
5647
implementation("io.swagger.core.v3:swagger-annotations:2.1.12")

0 commit comments

Comments
 (0)