Commit d5252375 by Dave Syer

Add back versions for deprecated *-amqp jars

parent 880efd18
......@@ -101,6 +101,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Deprecated. To be removed -->
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-turbine-stream</artifactId>
<version>${project.version}</version>
......@@ -121,6 +127,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Deprecated. To be removed -->
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix-amqp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix-dashboard</artifactId>
<version>${project.version}</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment