oscerd commented on code in PR #19607:
URL: https://github.com/apache/camel/pull/19607#discussion_r2438909008
##########
components/camel-aws/camel-aws-xray/pom.xml:
##########
@@ -88,6 +88,13 @@
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
</dependency>
+ <!-- Required as the aws-xray-recorder-sdk-core API is leaking a
@NonNull annotation -->
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker</artifactId>
+ <version>3.51.1</version>
Review Comment:
Same
##########
components/camel-ai/camel-milvus/pom.xml:
##########
@@ -103,6 +103,14 @@
</exclusions>
</dependency>
+ <!-- Required as the Milvus API is leaking a @NonNull annotation -->
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.30</version>
Review Comment:
I think this should be a version in parent pom in the long term
--
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]