modify pom dependency 96/138196/1
authorzhen1234 <liz779@chinatelecom.cn>
Thu, 13 Jun 2024 02:35:11 +0000 (10:35 +0800)
committerzhen1234 <liz779@chinatelecom.cn>
Thu, 13 Jun 2024 02:36:00 +0000 (10:36 +0800)
Issue-ID: USECASEUI-837
Signed-off-by: zhen1234 <liz779@chinatelecom.cn>
Change-Id: Ie249d13365556625c75377cefe820a22269e498b

server/pom.xml

index b3b834f..85e0890 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>4.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>4.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml-schemas</artifactId>
+            <version>4.0.1</version>
+        </dependency>
     </dependencies>
 
     <build>