diff --git a/integration-tests/hugging-face/pom.xml b/integration-tests/hugging-face/pom.xml index fb85c6970..8d1b9a0c3 100644 --- a/integration-tests/hugging-face/pom.xml +++ b/integration-tests/hugging-face/pom.xml @@ -43,6 +43,21 @@ quarkus-devtools-testing test + + + + io.quarkiverse.langchain4j + quarkus-langchain4j-hugging-face-deployment + ${project.version} + pom + test + + + * + * + + + diff --git a/integration-tests/ollama/pom.xml b/integration-tests/ollama/pom.xml index b1ae40de7..e14dc86ac 100644 --- a/integration-tests/ollama/pom.xml +++ b/integration-tests/ollama/pom.xml @@ -43,6 +43,21 @@ quarkus-devtools-testing test + + + + io.quarkiverse.langchain4j + quarkus-langchain4j-ollama-deployment + ${project.version} + pom + test + + + * + * + + + diff --git a/integration-tests/openai/pom.xml b/integration-tests/openai/pom.xml index e3df83fe1..0ca17d507 100644 --- a/integration-tests/openai/pom.xml +++ b/integration-tests/openai/pom.xml @@ -43,6 +43,21 @@ quarkus-devtools-testing test + + + + io.quarkiverse.langchain4j + quarkus-langchain4j-openai-deployment + ${project.version} + pom + test + + + * + * + + +