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
169169org.springframework.cloud:spring-cloud-starter-stream-kafka;3.2.2
170170org.springframework.cloud:spring-cloud-stream-binder-test;3.2.2
171171org.springframework.cloud:spring-cloud-stream;3.2.2
172+ org.springframework.cloud:spring-cloud-function-context;3.2.3
172173
173174pl.pragmatists:JUnitParams;1.1.1
174175
Original file line number Diff line number Diff line change 4646 <version >3.2.2</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
4747 </dependency >
4848
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+
4957 <dependency >
5058 <groupId >com.azure.spring</groupId >
5159 <artifactId >spring-integration-azure-eventhubs</artifactId >
112120 <includes >
113121 <include >org.springframework.boot:spring-boot-configuration-processor:[2.6.6]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
114122 <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} -->
115124 </includes >
116125 </bannedDependencies >
117126 </rules >
Original file line number Diff line number Diff line change 3939 <artifactId >spring-cloud-stream</artifactId >
4040 <version >3.2.2</version > <!-- {x-version-update;org.springframework.cloud:spring-cloud-stream;external_dependency} -->
4141 </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+
4251 <dependency >
4352 <groupId >com.azure.spring</groupId >
4453 <artifactId >spring-integration-azure-servicebus</artifactId >
110119 <includes >
111120 <include >org.springframework.boot:spring-boot-configuration-processor:[2.6.6]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
112121 <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} -->
113123 </includes >
114124 </bannedDependencies >
115125 </rules >
You can’t perform that action at this time.
0 commit comments