-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove spring-web #736
Comments
The Not sure what is the problem though. If you don't need it, just exclude. |
I think we need to reconsider these dependencies to be really Therefore we have to consider to implement a More over I think this causes an issue with Spring Boot 2.0, where its Web faceset is based on the classpath. So, our explicit WDYT? |
Agreed. |
According the latest changes in the RabbitMQ Hop the Spring Web is We need to go ahead and remove (move to test scope) such a dependency from Spring Rabbit. |
The Reactive story is here: https://jira.spring.io/browse/AMQP-812. |
Fixes spring-projects#736 The latest `hop` makes most of its dependencies as `optional` to meet a reactive/non-reactive environment requirements
Fixes #736 The latest `hop` makes most of its dependencies as `optional` to meet a reactive/non-reactive environment requirements
Remove"org.springframework:spring-web" as a dependency.
Why is there even a need for spring-web being used as depedency?
I have excluded it and only one test fails. Perhaps it should have test scope?
The text was updated successfully, but these errors were encountered: