orpiske commented on code in PR #19607:
URL: https://github.com/apache/camel/pull/19607#discussion_r2438912790
##########
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'd also leave a note that it is here only as a temporary fix for being
leaked by Milvus itself.
--
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]