Skip to content

Commit

Permalink
Update dashscope client
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Apr 17, 2024
1 parent dd9322b commit a9535e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@
<dependency>
<groupId>io.github.alexcheng1982</groupId>
<artifactId>spring-ai-dashscope-client</artifactId>
<version>0.3.0</version>
<version>0.6.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down

0 comments on commit a9535e7

Please sign in to comment.