ppalaga commented on a change in pull request #570: Fix #560 AHC extension
URL: https://github.com/apache/camel-quarkus/pull/570#discussion_r360667814
##########
File path: pom.xml
##########
@@ -40,9 +40,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <ahc.version>2.10.4</ahc.version>
Review comment:
Yes, that could be mitigated by
(a) Importing the Camel BoM, or
(b) Enabling the Dependency Convergence Rule on the Maven Enforcer plugin or
(c) A groovy script :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services