Description
I am trying to build the code I downloaded with mvn clean install, but I get the error.
~/IdeaProjects/camel-cookbook-examples-master/01-structuring-routes$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Camel Cookbook Examples :: 01 - Structuring Routes 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 01-structuring-routes ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ 01-structuring-routes ---
[WARNING]
Dependency convergence error for org.springframework:spring-expression:4.3.10.RELEASE paths to dependency are:
+-org.camelcookbook.examples:01-structuring-routes:2.0-SNAPSHOT
+-org.apache.camel:camel-spring:2.20.0-20170915.191130-191
+-org.springframework:spring-context:4.3.10.RELEASE
+-org.springframework:spring-expression:4.3.10.RELEASE
and
+-org.camelcookbook.examples:01-structuring-routes:2.0-SNAPSHOT
+-org.apache.camel:camel-spring:2.20.0-20170915.191130-191
+-org.springframework:spring-expression:4.3.11.RELEASE
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Failed while enforcing releasability the error(s) are [
Dependency convergence error for org.springframework:spring-expression:4.3.10.RELEASE paths to dependency are:
+-org.camelcookbook.examples:01-structuring-routes:2.0-SNAPSHOT
+-org.apache.camel:camel-spring:2.20.0-20170915.191130-191
+-org.springframework:spring-context:4.3.10.RELEASE
+-org.springframework:spring-expression:4.3.10.RELEASE
and
+-org.camelcookbook.examples:01-structuring-routes:2.0-SNAPSHOT
+-org.apache.camel:camel-spring:2.20.0-20170915.191130-191
+-org.springframework:spring-expression:4.3.11.RELEASE
]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.347 s
[INFO] Finished at: 2017-09-29T11:23:07+02:00
[INFO] Final Memory: 17M/440M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce) on project 01-structuring-routes: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
`