瀏覽代碼

edit maven

tycoding 1 年之前
父節點
當前提交
dd65f1709b
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 4 0
      langchat-common/pom.xml
  2. 6 0
      langchat-core/pom.xml

+ 4 - 0
langchat-common/pom.xml

@@ -93,6 +93,10 @@
             <artifactId>spring-boot-configuration-processor</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>junit</groupId>

+ 6 - 0
langchat-core/pom.xml

@@ -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>