|
@@ -52,6 +52,12 @@
|
|
|
<groupId>dev.langchain4j</groupId>
|
|
|
<artifactId>langchain4j-dashscope</artifactId>
|
|
|
<version>${langchain4j.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-simple</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>dev.langchain4j</groupId>
|