apupier opened a new pull request, #604: URL: https://github.com/apache/camel-spring-boot/pull/604
Currently have this build error: ``` [ERROR] Failed to execute goal org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:generate-dependencies-bom (default) on project camel-spring-boot-dependencies-generator: Found 4 conflicts between the current managed dependencies and the external BOMS: [ERROR] - org.codehaus.groovy:groovy-ant:jar [ERROR] - org.codehaus.groovy:groovy-jsr223:jar [ERROR] - org.codehaus.groovy:groovy-xml:jar [ERROR] - org.codehaus.groovy:groovy:jar [ERROR] -> [Help 1] ``` I do not find other references in this project. Can it be that it needs to be updated in apache/camel project first? But it will break the build if we start merging the apache/camel and not apache/camel-spring-boot . Wondering how I can test locally with new version of apache/camel, run in offlien mode locally after build of apache/camel? (even if I would have expected that it picked the latest locally built) Or is it a real problem in another project? -- 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]
