-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Add some javax.* dependencies to BOM file #17059
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
Comments
We haven't seen any need for this dependency with Spring Boot. It isn't used by Spring Web Services, for example, which uses
There doesn't appear to be a
You should use |
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding; And also, since this is part of the java EE cut from the JDK and you have added almost all versions of dependencies, are required to work in JDK 11, it’s logical to add this dependency for completeness
|
|
|
Hi! For working in JDK11 will be cool add versions for some dependencies:
The text was updated successfully, but these errors were encountered: