From f315f2f94d7dab7e1b90f8c70b2dc324c594680c Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期五, 29 七月 2022 17:01:59 +0800
Subject: [PATCH] 测试用例

---
 pom.xml |   40 +++++++++++++++++++++++++++++++++++++++-
 1 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 393ee3b..74c7c23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,12 @@
             <version>${poi.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>ooxml-schemas</artifactId>
+            <version>1.4</version>
+        </dependency>
+
         <!-- 绯婃秱宸ュ叿 -->
         <dependency>
             <groupId>cn.hutool</groupId>
@@ -366,6 +372,38 @@
             <version>1.1.6</version>
         </dependency>
 
-    </dependencies>
+        <!-- doc杞琾df -->
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>words</artifactId>
+            <version>21.1</version>
+        </dependency>
 
+    </dependencies>
+    <!--<build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>install-external</id>
+                        <phase>clean</phase>
+                        <configuration>
+                            <file>${project.build.directory}/tai-ots-framework-1.0.jar</file>
+                            <repositoryLayout>default</repositoryLayout>
+                            <groupId>com.ots</groupId>
+                            <artifactId>tai-ots-framework</artifactId>
+                            <version>1.0</version>
+                            <generatePom>true</generatePom>
+                        </configuration>
+                        <goals>
+                            <goal>install-file</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>-->
 </project>
\ No newline at end of file

--
Gitblit v1.9.1