This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 17f5a03db9 Configure extension capabilities for langchain4j-embeddings
17f5a03db9 is described below

commit 17f5a03db906c933110372a243d696cb325f23aa
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Mar 20 12:37:52 2025 +0000

    Configure extension capabilities for langchain4j-embeddings
---
 extensions-jvm/langchain4j-embeddings/runtime/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml 
b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
index be37e8160e..a99f3b28df 100644
--- a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
+++ b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
@@ -50,6 +50,11 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-extension-maven-plugin</artifactId>
+                <configuration>
+                    <capabilities>
+                        
<provides>org.apache.camel.langchain4j.embeddings</provides>
+                    </capabilities>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to