Skip to content

Commit

Permalink
add bom
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin7-1 committed Dec 22, 2024
1 parent 4cd5a19 commit e14db8d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions langchain4j-community-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
<version>${project.version}</version>
</dependency>

<!-- Spring Boot starters -->
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-dashscope-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-qianfan-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit e14db8d

Please sign in to comment.