Skip to content

Commit

Permalink
fix(bom): add langchain4j-reactor dependency (langchain4j#1838)
Browse files Browse the repository at this point in the history
## Change:

Added `langchain4j-reactor` to the `langchain4j-bom` module to avoid
needing to specify the version manually when importing
`langchain4j-reactor`, allowing it to be managed by the BOM.


<img width="1090" alt="image"
src="https://github.com/user-attachments/assets/06d5a67f-bcea-49b2-a116-939a842d9454">
  • Loading branch information
lltx authored Oct 7, 2024
1 parent a4e25df commit df15c02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions langchain4j-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-reactor</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-easy-rag</artifactId>
Expand Down

0 comments on commit df15c02

Please sign in to comment.