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 remaining of existing xml nodes is not blocking, actually the blocking issue is that when you add some starters, the dependencies in test scope cannot be added. That leads to failure in build. Just as mentioned in spring-projects/sts4#52 (comment)
If I select RabbitMQ and Cloud Stream on a new project, I get the amqp starter, spring-cloud-stream, spring-cloud-stream-binder-rabbit and spring-cloud-stream-test-support.
If you instead only selects RabbitMQ intially; and subsequently add 'Cloud Stream' via edit starters. Then spring-cloud-stream-binder-rabbit and spring-cloud-stream-test-support are not being added.
RESULT:
The bom or repository information can't be removed while removing related dependencies
Dependencies in test scope have the same issue.
The text was updated successfully, but these errors were encountered: