Преглед на файлове

:bug: fix embedding error

tycoding преди 8 месеца
родител
ревизия
029142f0cf
променени са 1 файла, в които са добавени 4 реда и са изтрити 12 реда
  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>