Remove deprecated Turbine AMQP dependency

Turbine AMQP was deprecated and is not available with any of the current
Spring Boot versions, so this removes it from the dependencies list.

Closes gh-320
This commit is contained in:
Tommy Ludwig 2016-12-01 10:24:54 +09:00 committed by Stephane Nicoll
parent 4de86e1401
commit 52e261464c

View File

@ -488,12 +488,6 @@ initializr:
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and server-sent events
groupId: org.springframework.cloud
artifactId: spring-cloud-starter-turbine
- name: Turbine AMQP
id: cloud-turbine-amqp
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and AMQP
versionRange: "[1.2.0.RELEASE,1.3.0.M5]"
groupId: org.springframework.cloud
artifactId: spring-cloud-starter-turbine-amqp
- name: Turbine Stream
id: cloud-turbine-stream
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and Spring Cloud Stream (choose a specific Stream binder implementation to complement this)