JiriOndrusek commented on code in PR #124:
URL:
https://github.com/apache/camel-upgrade-recipes/pull/124#discussion_r3850691570
##########
camel-spring-boot-upgrade-recipes/pom.xml:
##########
@@ -76,6 +76,11 @@
<artifactId>rewrite-maven</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.openrewrite.recipe</groupId>
+ <artifactId>rewrite-java-dependencies</artifactId>
+ <scope>provided</scope>
Review Comment:
Fixed — rewrite-java-dependencies is now compile scope in the core module
(dropped from the Spring Boot one, inherited transitively), so gated recipes
resolve at end-user runtime.
--
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]