You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
Not sure. It might be because the stubrunner actually doesn't use the bom directly, so it relies on one of its parents to provide it. The parent is the one that is actually breaks this, but probably it has its own reasons to strip the BOM. IDK.
The Cloud BOM gets erased from the launcher app poms by the flatten-maven-plugin.
Here's a workaround.
The text was updated successfully, but these errors were encountered: