Skip to content

Commit f912372

Browse files
authored
* add dependency
1 parent 6db7097 commit f912372

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ org.springframework.cloud:spring-cloud-starter-sleuth;3.1.1
169169
org.springframework.cloud:spring-cloud-starter-stream-kafka;3.2.2
170170
org.springframework.cloud:spring-cloud-stream-binder-test;3.2.2
171171
org.springframework.cloud:spring-cloud-stream;3.2.2
172+
org.springframework.cloud:spring-cloud-function-context;3.2.3
172173

173174
pl.pragmatists:JUnitParams;1.1.1
174175

sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
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>
@@ -112,6 +120,7 @@
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>

sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
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>
@@ -110,6 +119,7 @@
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>

0 commit comments

Comments
 (0)