mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 14:04:30 +08:00
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:
parent
4de86e1401
commit
52e261464c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user