Commit d139873
committed
fix(java-tests): align docs java-v6 client to weaviate client6 6.2.1
The java-v6 examples module depended on client6:6.2.1-SNAPSHOT (which no
release publishes, and the pom has no snapshot repository), while docs CI
built and installed client tag 6.2.0. That version lacks text2vecDigitalOcean
and the tokenize APIs, so ModelProvidersTest and TokenizationTest failed to
compile — breaking the whole module, including the new server-side batching
test. Pin both the dependency and the CI-built client to the released 6.2.1.1 parent 511ae70 commit d139873
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments