Skip to content

Commit e806c2b

Browse files
committed
Fix gRPC samples for proper Boot dependencies
1 parent 3d74466 commit e806c2b

4 files changed

Lines changed: 434 additions & 4 deletions

File tree

basic/grpc-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'org.springframework.integration:spring-integration-grpc'
1212

1313
//Test
14-
testImplementation "org.springframework.boot:spring-boot-starter-grpc-test"
14+
testImplementation "org.springframework.boot:spring-boot-starter-grpc-server-test"
1515
}
1616

1717
protobuf {

basic/grpc-client/pom.xml

Lines changed: 216 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</dependency>
101101
<dependency>
102102
<groupId>org.springframework.boot</groupId>
103-
<artifactId>spring-boot-starter-grpc-test</artifactId>
103+
<artifactId>spring-boot-starter-grpc-server-test</artifactId>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
@@ -116,6 +116,221 @@
116116
</dependencies>
117117
<dependencyManagement>
118118
<dependencies>
119+
<dependency>
120+
<groupId>org.springframework.integration</groupId>
121+
<artifactId>spring-integration-jdbc</artifactId>
122+
<version>7.1.0-SNAPSHOT</version>
123+
</dependency>
124+
<dependency>
125+
<groupId>org.springframework.integration</groupId>
126+
<artifactId>spring-integration-ws</artifactId>
127+
<version>7.1.0-SNAPSHOT</version>
128+
</dependency>
129+
<dependency>
130+
<groupId>org.springframework.integration</groupId>
131+
<artifactId>spring-integration-redis</artifactId>
132+
<version>7.1.0-SNAPSHOT</version>
133+
</dependency>
134+
<dependency>
135+
<groupId>org.springframework.integration</groupId>
136+
<artifactId>spring-integration-r2dbc</artifactId>
137+
<version>7.1.0-SNAPSHOT</version>
138+
</dependency>
139+
<dependency>
140+
<groupId>org.springframework.integration</groupId>
141+
<artifactId>spring-integration-rsocket</artifactId>
142+
<version>7.1.0-SNAPSHOT</version>
143+
</dependency>
144+
<dependency>
145+
<groupId>org.springframework.integration</groupId>
146+
<artifactId>spring-integration-event</artifactId>
147+
<version>7.1.0-SNAPSHOT</version>
148+
</dependency>
149+
<dependency>
150+
<groupId>org.springframework.integration</groupId>
151+
<artifactId>spring-integration-cassandra</artifactId>
152+
<version>7.1.0-SNAPSHOT</version>
153+
</dependency>
154+
<dependency>
155+
<groupId>org.springframework.integration</groupId>
156+
<artifactId>spring-integration-scripting</artifactId>
157+
<version>7.1.0-SNAPSHOT</version>
158+
</dependency>
159+
<dependency>
160+
<groupId>org.springframework.integration</groupId>
161+
<artifactId>spring-integration-websocket</artifactId>
162+
<version>7.1.0-SNAPSHOT</version>
163+
</dependency>
164+
<dependency>
165+
<groupId>org.springframework.integration</groupId>
166+
<artifactId>spring-integration-graphql</artifactId>
167+
<version>7.1.0-SNAPSHOT</version>
168+
</dependency>
169+
<dependency>
170+
<groupId>org.springframework.integration</groupId>
171+
<artifactId>spring-integration-jpa</artifactId>
172+
<version>7.1.0-SNAPSHOT</version>
173+
</dependency>
174+
<dependency>
175+
<groupId>org.springframework.integration</groupId>
176+
<artifactId>spring-integration-test</artifactId>
177+
<version>7.1.0-SNAPSHOT</version>
178+
</dependency>
179+
<dependency>
180+
<groupId>org.springframework.integration</groupId>
181+
<artifactId>spring-integration-cloudevents</artifactId>
182+
<version>7.1.0-SNAPSHOT</version>
183+
</dependency>
184+
<dependency>
185+
<groupId>org.springframework.integration</groupId>
186+
<artifactId>spring-integration-http</artifactId>
187+
<version>7.1.0-SNAPSHOT</version>
188+
</dependency>
189+
<dependency>
190+
<groupId>org.springframework.integration</groupId>
191+
<artifactId>spring-integration-zookeeper</artifactId>
192+
<version>7.1.0-SNAPSHOT</version>
193+
</dependency>
194+
<dependency>
195+
<groupId>org.springframework.integration</groupId>
196+
<artifactId>spring-integration-ip</artifactId>
197+
<version>7.1.0-SNAPSHOT</version>
198+
</dependency>
199+
<dependency>
200+
<groupId>org.springframework.integration</groupId>
201+
<artifactId>spring-integration-mail</artifactId>
202+
<version>7.1.0-SNAPSHOT</version>
203+
</dependency>
204+
<dependency>
205+
<groupId>org.springframework.integration</groupId>
206+
<artifactId>spring-integration-camel</artifactId>
207+
<version>7.1.0-SNAPSHOT</version>
208+
</dependency>
209+
<dependency>
210+
<groupId>org.springframework.integration</groupId>
211+
<artifactId>spring-integration-mongodb</artifactId>
212+
<version>7.1.0-SNAPSHOT</version>
213+
</dependency>
214+
<dependency>
215+
<groupId>org.springframework.integration</groupId>
216+
<artifactId>spring-integration-stream</artifactId>
217+
<version>7.1.0-SNAPSHOT</version>
218+
</dependency>
219+
<dependency>
220+
<groupId>org.springframework.integration</groupId>
221+
<artifactId>spring-integration-stomp</artifactId>
222+
<version>7.1.0-SNAPSHOT</version>
223+
</dependency>
224+
<dependency>
225+
<groupId>org.springframework.integration</groupId>
226+
<artifactId>spring-integration-file</artifactId>
227+
<version>7.1.0-SNAPSHOT</version>
228+
</dependency>
229+
<dependency>
230+
<groupId>org.springframework.integration</groupId>
231+
<artifactId>spring-integration-syslog</artifactId>
232+
<version>7.1.0-SNAPSHOT</version>
233+
</dependency>
234+
<dependency>
235+
<groupId>org.springframework.integration</groupId>
236+
<artifactId>spring-integration-smb</artifactId>
237+
<version>7.1.0-SNAPSHOT</version>
238+
</dependency>
239+
<dependency>
240+
<groupId>org.springframework.integration</groupId>
241+
<artifactId>spring-integration-jmx</artifactId>
242+
<version>7.1.0-SNAPSHOT</version>
243+
</dependency>
244+
<dependency>
245+
<groupId>org.springframework.integration</groupId>
246+
<artifactId>spring-integration-webflux</artifactId>
247+
<version>7.1.0-SNAPSHOT</version>
248+
</dependency>
249+
<dependency>
250+
<groupId>org.springframework.integration</groupId>
251+
<artifactId>spring-integration-sftp</artifactId>
252+
<version>7.1.0-SNAPSHOT</version>
253+
</dependency>
254+
<dependency>
255+
<groupId>org.springframework.integration</groupId>
256+
<artifactId>spring-integration-mqtt</artifactId>
257+
<version>7.1.0-SNAPSHOT</version>
258+
</dependency>
259+
<dependency>
260+
<groupId>org.springframework.integration</groupId>
261+
<artifactId>spring-integration-ftp</artifactId>
262+
<version>7.1.0-SNAPSHOT</version>
263+
</dependency>
264+
<dependency>
265+
<groupId>org.springframework.integration</groupId>
266+
<artifactId>spring-integration-kafka</artifactId>
267+
<version>7.1.0-SNAPSHOT</version>
268+
</dependency>
269+
<dependency>
270+
<groupId>org.springframework.integration</groupId>
271+
<artifactId>spring-integration-groovy</artifactId>
272+
<version>7.1.0-SNAPSHOT</version>
273+
</dependency>
274+
<dependency>
275+
<groupId>org.springframework.integration</groupId>
276+
<artifactId>spring-integration-xmpp</artifactId>
277+
<version>7.1.0-SNAPSHOT</version>
278+
</dependency>
279+
<dependency>
280+
<groupId>org.springframework.integration</groupId>
281+
<artifactId>spring-integration-feed</artifactId>
282+
<version>7.1.0-SNAPSHOT</version>
283+
</dependency>
284+
<dependency>
285+
<groupId>org.springframework.integration</groupId>
286+
<artifactId>spring-integration-debezium</artifactId>
287+
<version>7.1.0-SNAPSHOT</version>
288+
</dependency>
289+
<dependency>
290+
<groupId>org.springframework.integration</groupId>
291+
<artifactId>spring-integration-zeromq</artifactId>
292+
<version>7.1.0-SNAPSHOT</version>
293+
</dependency>
294+
<dependency>
295+
<groupId>org.springframework.integration</groupId>
296+
<artifactId>spring-integration-hazelcast</artifactId>
297+
<version>7.1.0-SNAPSHOT</version>
298+
</dependency>
299+
<dependency>
300+
<groupId>org.springframework.integration</groupId>
301+
<artifactId>spring-integration-test-support</artifactId>
302+
<version>7.1.0-SNAPSHOT</version>
303+
</dependency>
304+
<dependency>
305+
<groupId>org.springframework.integration</groupId>
306+
<artifactId>spring-integration-amqp</artifactId>
307+
<version>7.1.0-SNAPSHOT</version>
308+
</dependency>
309+
<dependency>
310+
<groupId>org.springframework.integration</groupId>
311+
<artifactId>spring-integration-grpc</artifactId>
312+
<version>7.1.0-SNAPSHOT</version>
313+
</dependency>
314+
<dependency>
315+
<groupId>org.springframework.integration</groupId>
316+
<artifactId>spring-integration-xml</artifactId>
317+
<version>7.1.0-SNAPSHOT</version>
318+
</dependency>
319+
<dependency>
320+
<groupId>org.springframework.integration</groupId>
321+
<artifactId>spring-integration-core</artifactId>
322+
<version>7.1.0-SNAPSHOT</version>
323+
</dependency>
324+
<dependency>
325+
<groupId>org.springframework.integration</groupId>
326+
<artifactId>spring-integration-zip</artifactId>
327+
<version>7.1.0-SNAPSHOT</version>
328+
</dependency>
329+
<dependency>
330+
<groupId>org.springframework.integration</groupId>
331+
<artifactId>spring-integration-jms</artifactId>
332+
<version>7.1.0-SNAPSHOT</version>
333+
</dependency>
119334
<dependency>
120335
<groupId>org.springframework.boot</groupId>
121336
<artifactId>spring-boot-dependencies</artifactId>

basic/grpc-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'org.springframework.integration:spring-integration-grpc'
1212

1313
//Test
14-
testImplementation ('org.springframework.boot:spring-boot-starter-grpc-test')
14+
testImplementation ('org.springframework.boot:spring-boot-starter-grpc-server-test')
1515
}
1616

1717
protobuf {

0 commit comments

Comments
 (0)