Skip to content

Commit 613d063

Browse files
committed
Temporarily hard-code the versions of various testcontainers
This is done in order to make the project build with the latest Quarkus from `main` which has been bumped to TestContainers 2
1 parent 559e38f commit 613d063

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

embedding-stores/chroma/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<dependency>
2929
<groupId>org.testcontainers</groupId>
3030
<artifactId>chromadb</artifactId>
31+
<version>1.21.3</version>
3132
</dependency>
3233
<dependency>
3334
<groupId>dev.langchain4j</groupId>

embedding-stores/milvus/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<dependency>
3535
<groupId>org.testcontainers</groupId>
3636
<artifactId>milvus</artifactId>
37+
<version>1.21.3</version>
3738
</dependency>
3839
<dependency>
3940
<groupId>dev.langchain4j</groupId>

embedding-stores/qdrant/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<dependency>
3535
<groupId>org.testcontainers</groupId>
3636
<artifactId>qdrant</artifactId>
37+
<version>1.21.3</version>
3738
</dependency>
3839
<dependency>
3940
<groupId>dev.langchain4j</groupId>

embedding-stores/weaviate/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<dependency>
2121
<groupId>org.testcontainers</groupId>
2222
<artifactId>weaviate</artifactId>
23+
<version>1.21.3</version>
2324
</dependency>
2425
<dependency>
2526
<groupId>io.quarkiverse.langchain4j</groupId>

model-providers/ollama/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<dependency>
3535
<groupId>org.testcontainers</groupId>
3636
<artifactId>ollama</artifactId>
37+
<version>1.21.3</version>
3738
<exclusions>
3839
<exclusion>
3940
<groupId>junit</groupId>

0 commit comments

Comments
 (0)