|
143 | 143 | <dependency> |
144 | 144 | <groupId>org.testcontainers</groupId> |
145 | 145 | <artifactId>testcontainers</artifactId> |
146 | | - <version>${testcontainers.version}</version> |
147 | 146 | <optional>true</optional> |
148 | 147 | </dependency> |
149 | 148 |
|
150 | 149 | <dependency> |
151 | 150 | <groupId>org.testcontainers</groupId> |
152 | 151 | <artifactId>junit-jupiter</artifactId> |
153 | | - <version>${testcontainers.version}</version> |
154 | 152 | <scope>test</scope> |
155 | 153 | </dependency> |
156 | 154 |
|
|
169 | 167 | <dependency> |
170 | 168 | <groupId>org.testcontainers</groupId> |
171 | 169 | <artifactId>qdrant</artifactId> |
172 | | - <version>${testcontainers.version}</version> |
173 | 170 | <optional>true</optional> |
174 | 171 | </dependency> |
175 | 172 |
|
176 | 173 | <dependency> |
177 | 174 | <groupId>org.testcontainers</groupId> |
178 | 175 | <artifactId>weaviate</artifactId> |
179 | | - <version>${testcontainers.version}</version> |
180 | 176 | <optional>true</optional> |
181 | 177 | </dependency> |
182 | 178 |
|
183 | 179 | <dependency> |
184 | 180 | <groupId>org.testcontainers</groupId> |
185 | 181 | <artifactId>chromadb</artifactId> |
186 | | - <version>${testcontainers.version}</version> |
187 | 182 | <optional>true</optional> |
188 | 183 | </dependency> |
189 | 184 |
|
190 | 185 | <dependency> |
191 | 186 | <groupId>org.testcontainers</groupId> |
192 | 187 | <artifactId>milvus</artifactId> |
193 | | - <version>${testcontainers.version}</version> |
194 | 188 | <optional>true</optional> |
195 | 189 | </dependency> |
196 | 190 |
|
197 | 191 | <dependency> |
198 | 192 | <groupId>org.testcontainers</groupId> |
199 | 193 | <artifactId>ollama</artifactId> |
200 | | - <version>${testcontainers.version}</version> |
201 | 194 | <optional>true</optional> |
202 | 195 | </dependency> |
203 | 196 |
|
|
0 commit comments