Skip to content

Commit d308263

Browse files
author
phasenraum2010
committed
fixed #43
1 parent d7b35c4 commit d308263

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defcon-parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,13 @@
315315
<dependency>
316316
<groupId>org.springframework.cloud</groupId>
317317
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
318-
<version>2.0.1.RELEASE</version>
318+
<version>${org.springframework.cloud.version}</version>
319319
</dependency>
320320
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-test-support -->
321321
<dependency>
322322
<groupId>org.springframework.cloud</groupId>
323323
<artifactId>spring-cloud-stream-test-support</artifactId>
324-
<version>2.0.1.RELEASE</version>
324+
<version>${org.springframework.cloud.version}</version>
325325
<scope>test</scope>
326326
</dependency>
327327
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bus-amqp -->
@@ -350,7 +350,7 @@
350350
<dependency>
351351
<groupId>org.springframework.cloud</groupId>
352352
<artifactId>spring-cloud-sleuth-dependencies</artifactId>
353-
<version>2.0.1.RELEASE</version>
353+
<version>${org.springframework.cloud.version}</version>
354354
<type>pom</type>
355355
</dependency>
356356
<!--
@@ -369,7 +369,7 @@
369369
<dependency>
370370
<groupId>org.springframework.cloud</groupId>
371371
<artifactId>spring-cloud-starter-sleuth</artifactId>
372-
<version>2.0.1.RELEASE</version>
372+
<version>${org.springframework.cloud.version}</version>
373373
</dependency>
374374
<dependency>
375375
<groupId>org.springframework.cloud</groupId>
@@ -379,7 +379,7 @@
379379
<dependency>
380380
<groupId>org.springframework.cloud</groupId>
381381
<artifactId>spring-cloud-commons</artifactId>
382-
<version>2.0.1.RELEASE</version>
382+
<version>${org.springframework.cloud.version}</version>
383383
</dependency>
384384
</dependencies>
385385
</dependencyManagement>

0 commit comments

Comments
 (0)