Commit 2170db6 1 parent d82b861 commit 2170db6 Copy full SHA for 2170db6
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,6 @@ repositories {
30
30
maven(" https://jitpack.io" )
31
31
}
32
32
33
- dependencyManagement {
34
- imports {
35
- mavenBom(" org.springframework.cloud:spring-cloud-dependencies:2021.0.0" )
36
- }
37
- }
38
-
39
33
dependencies {
40
34
kapt(" org.springframework.boot:spring-boot-configuration-processor" )
41
35
implementation(" org.springframework.boot:spring-boot-configuration-processor" )
@@ -48,9 +42,6 @@ dependencies {
48
42
implementation(" nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect" )
49
43
implementation(" org.springframework.boot:spring-boot-starter-validation" )
50
44
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" )
54
45
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
55
46
implementation(" io.projectreactor.kotlin:reactor-kotlin-extensions" )
56
47
implementation(" io.swagger.core.v3:swagger-annotations:2.1.12" )
You can’t perform that action at this time.
0 commit comments