I'm running a Spring application that uses Maven. All dependencies are in the pom.xml
file or the JARs are in my% repository% local. Every time I try to run the application the following messages appear:
The Class-Path manifest attribute in
C:\Users\mamorim\.m2\repository\com\sun\xml\bind\jaxb-impl.2.3\jaxb-impl-
2.2.3.jar referenced one or more files that do not exist:
C:\Users\mamorim\.m2\repository\com\sun\xml\bind\jaxb-impl.2.3\jaxb-
api.jar,C:\Users\mamorim\.m2\repository\com\sun\xml\bind\jaxb-
impl.2.3\jaxb1-impl.jar
The Class-Path manifest attribute in
C:\Users\mamorim\.m2\repository\xalan\xalan.7.2\xalan-2.7.2.jar referenced
one or more files that do not exist:
C:\Users\mamorim\.m2\repository\xalan\serializer.7.2\xml-apis.jar
As I add the JARs manually, these errors are decreasing, but I have not yet found all the JARs for download. Any additional configuration to the project could solve this?