Procházet zdrojové kódy

:bug: fix embedding error

tycoding před 8 měsíci
rodič
revize
029142f0cf
1 změnil soubory, kde provedl 4 přidání a 12 odebrání
  1. 4 12
      langchat-common/langchat-common-core/pom.xml

+ 4 - 12
langchat-common/langchat-common-core/pom.xml

@@ -57,19 +57,11 @@
             <version>${druid.version}</version>
         </dependency>
 
-        <!-- Excel -->
-        <dependency>
-            <groupId>com.pig4cloud.excel</groupId>
-            <artifactId>excel-spring-boot-starter</artifactId>
-            <version>3.2.1</version>
-            <exclusions>
-                <exclusion>
-                    <artifactId>poi-ooxml-schemas</artifactId>
-                    <groupId>org.apache.poi</groupId>
-                </exclusion>
-            </exclusions>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.16.1</version>
         </dependency>
-
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>