We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve the Spring 4 build profiles as follows:
spring4
spring4-next
Related to #16.
The text was updated successfully, but these errors were encountered:
#40 - Set up Spring 4 build profiles to allow building against releas…
5b9965d
…e and snapshots.
#40 - Added Servlet 3.0 dependency to Spring 4 build profiles.
3996888
Spring 4's MockHttpServletRequest depends on Servlet 3.0 so we defensively pull in the Servlet 3.0 API for test cases now.
odrotbohm
No branches or pull requests
Improve the Spring 4 build profiles as follows:
spring4
should use the latest Spring 4 release versionspring4-next
should use the next Spring 4 snapshot versionRelated to #16.
The text was updated successfully, but these errors were encountered: