essobedo opened a new pull request #7173: URL: https://github.com/apache/camel/pull/7173
Fix for https://issues.apache.org/jira/browse/CAMEL-17320 ## Motivation Upgrading `maven-plugin-plugin` add warnings in the log of the build due to the scope of Maven dependencies that must always be `provided` ## Modifications: * Upgrade `maven-plugin-plugin` and `maven-plugin-annotations` to the latest existing version which is `3.6.4` * Set the scope of the Maven dependencies to provided directly into the dependency management section to have it fix globally in one file * Add missing dependencies in `camel-component-maven-plugin` to avoid compilation failures * Add some Maven dependencies to the dependency management section to enforce the scope to `provided` that were initially transitive dependencies ## Result The log of the build doesn't contain anymore warning messages complaining of the scope of Maven dependencies -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
