-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
The Cloud BOM gets erased from the launcher app poms by the flatten-maven-plugin.
Here's a workaround.
$ ls
cloud.yml thin-rabbit.properties
$ spring cloud stubrunner
...
2020-03-23 13:50:30.018 INFO 28638 --- [rC-Me-jWycxLg-2] o.s.a.r.c.CachingConnectionFactory : Attempting to connect to: [localhost:5672]
$ cat cloud.yml
spring:
profiles:
active: rabbit
$ cat thin-rabbit.properties
boms.spring-cloud=org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR3