jamesnetherton commented on code in PR #6289: URL: https://github.com/apache/camel-quarkus/pull/6289#discussion_r1688170532
########## poms/bom/src/main/generated/flattened-reduced-pom.xml: ########## @@ -8428,6 +8412,78 @@ <artifactId>quarkus-hazelcast-client-deployment</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>io.quarkiverse.langchain4j</groupId> + <artifactId>quarkus-langchain4j-core-runtime-spi</artifactId> + <version>0.16.4</version> + </dependency> + <dependency> + <groupId>io.quarkiverse.langchain4j</groupId> + <artifactId>quarkus-langchain4j-core</artifactId> + <version>0.16.4</version> + </dependency> + <dependency> + <groupId>io.quarkiverse.langchain4j</groupId> + <artifactId>quarkus-langchain4j-core-deployment</artifactId> + <version>0.16.4</version> + </dependency> + <dependency> + <groupId>dev.langchain4j</groupId> + <artifactId>langchain4j</artifactId> + <version>0.32.0</version> + </dependency> + <dependency> + <groupId>dev.langchain4j</groupId> + <artifactId>langchain4j-core</artifactId> + <version>0.32.0</version> + <type>test-jar</type> + <classifier>tests</classifier> + </dependency> + <dependency> Review Comment: I think the platform generator plugin would force versions that are 'owned' by their respective platform members. E.g Infinispan versions would come from `quarkus-core` & AWS versions from`quarkus-amazon-services`. Importing `langchain4j-bom` in its entirety is perhaps a bit heavyweight. It's adding some stuff that I'd prefer to not have in the BOM, like lombok, jsoup and a test-jar. Maybe we can tweak the `cq-maven-plugin` config to restrict what's included to `dev.langchain4j:*` (maybe even `*` is too much). Or, if there's just a known set of dependencies that we think are used commonly, maybe we just add those individually to the BOM. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org