File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 5959
6060 <!-- Debezium AI -->
6161 <version .langchain4j>1.0.1</version .langchain4j>
62- <version .langchain4j.unstable>1.0.1-beta6</version .langchain4j.unstable>
6362
6463 <!-- Testing -->
6564 <version .junit>4.13.1</version .junit>
570569 <!-- Debezium AI dependencies-->
571570 <dependency >
572571 <groupId >dev.langchain4j</groupId >
573- <artifactId >langchain4j-core </artifactId >
572+ <artifactId >langchain4j-bom </artifactId >
574573 <version >${version.langchain4j} </version >
575- </dependency >
576- <dependency >
577- <groupId >dev.langchain4j</groupId >
578- <artifactId >langchain4j-embeddings-all-minilm-l6-v2</artifactId >
579- <version >${version.langchain4j.unstable} </version >
580- </dependency >
581- <dependency >
582- <groupId >dev.langchain4j</groupId >
583- <artifactId >langchain4j-hugging-face</artifactId >
584- <version >${version.langchain4j.unstable} </version >
585- </dependency >
586- <dependency >
587- <groupId >dev.langchain4j</groupId >
588- <artifactId >langchain4j-ollama</artifactId >
589- <version >${version.langchain4j.unstable} </version >
590- </dependency >
591- <dependency >
592- <groupId >dev.langchain4j</groupId >
593- <artifactId >langchain4j-voyage-ai</artifactId >
594- <version >${version.langchain4j.unstable} </version >
574+ <type >pom</type >
575+ <scope >import</scope >
595576 </dependency >
596577
597578 <!-- Testing utilities -->
You can’t perform that action at this time.
0 commit comments