Skip to content

Commit

Permalink
update bom
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue committed Mar 14, 2024
1 parent 853ea38 commit 6ea3ebc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions apps/acme-assist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-azure-openai-spring-boot-starter</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-azure-vector-store-spring-boot-starter</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>com.knuddels</groupId>
Expand All @@ -67,6 +64,17 @@
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>0.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 6ea3ebc

Please sign in to comment.