File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
spring-cloud-azure-stream-binder-eventhubs-core
spring-cloud-azure-stream-binder-servicebus-core Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ org.springframework.cloud:spring-cloud-starter-sleuth;3.1.1
169
169
org.springframework.cloud:spring-cloud-starter-stream-kafka;3.2.2
170
170
org.springframework.cloud:spring-cloud-stream-binder-test;3.2.2
171
171
org.springframework.cloud:spring-cloud-stream;3.2.2
172
+ org.springframework.cloud:spring-cloud-function-context;3.2.3
172
173
173
174
pl.pragmatists:JUnitParams;1.1.1
174
175
Original file line number Diff line number Diff line change 46
46
<version >3.2.2</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
47
47
</dependency >
48
48
49
+ <!-- To fix https://github.com/Azure/azure-sdk-for-java/issues/28179
50
+ Add this dependency temporary before spring-cloud upgrade to 2021.0.2-->
51
+ <dependency >
52
+ <groupId >org.springframework.cloud</groupId >
53
+ <artifactId >spring-cloud-function-context</artifactId >
54
+ <version >3.2.3</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-function-context;external_dependency} -->
55
+ </dependency >
56
+
49
57
<dependency >
50
58
<groupId >com.azure.spring</groupId >
51
59
<artifactId >spring-integration-azure-eventhubs</artifactId >
112
120
<includes >
113
121
<include >org.springframework.boot:spring-boot-configuration-processor:[2.6.6]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
114
122
<include >org.springframework.cloud:spring-cloud-stream:[3.2.2]</include > <!-- {x-include-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
123
+ <include >org.springframework.cloud:spring-cloud-function-context:[3.2.3]</include > <!-- {x-include-update;org.springframework.cloud:spring-cloud-function-context;external_dependency} -->
115
124
</includes >
116
125
</bannedDependencies >
117
126
</rules >
Original file line number Diff line number Diff line change 39
39
<artifactId >spring-cloud-stream</artifactId >
40
40
<version >3.2.2</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
41
41
</dependency >
42
+
43
+ <!-- To fix https://github.com/Azure/azure-sdk-for-java/issues/28179
44
+ Add this dependency temporary before spring-cloud upgrade to 2021.0.2-->
45
+ <dependency >
46
+ <groupId >org.springframework.cloud</groupId >
47
+ <artifactId >spring-cloud-function-context</artifactId >
48
+ <version >3.2.3</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-function-context;external_dependency} -->
49
+ </dependency >
50
+
42
51
<dependency >
43
52
<groupId >com.azure.spring</groupId >
44
53
<artifactId >spring-integration-azure-servicebus</artifactId >
110
119
<includes >
111
120
<include >org.springframework.boot:spring-boot-configuration-processor:[2.6.6]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
112
121
<include >org.springframework.cloud:spring-cloud-stream:[3.2.2]</include > <!-- {x-include-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
122
+ <include >org.springframework.cloud:spring-cloud-function-context:[3.2.3]</include > <!-- {x-include-update;org.springframework.cloud:spring-cloud-function-context;external_dependency} -->
113
123
</includes >
114
124
</bannedDependencies >
115
125
</rules >
You can’t perform that action at this time.
0 commit comments