From 6dbbdc7721daf018361a5044519380787d44fc15 Mon Sep 17 00:00:00 2001 From: zhijie <1003392067@qq.com> Date: 星期二, 20 九月 2022 23:49:42 +0800 Subject: [PATCH] 导出修复 --- pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7fd0b74..53a6423 100644 --- a/pom.xml +++ b/pom.xml @@ -372,6 +372,7 @@ <version>1.1.6</version> </dependency> + <!-- doc杞琾df --> <dependency> <groupId>com.aspose</groupId> <artifactId>words</artifactId> @@ -379,7 +380,7 @@ </dependency> </dependencies> - <!--<build> + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -404,5 +405,5 @@ </executions> </plugin> </plugins> - </build>--> + </build> </project> \ No newline at end of file -- Gitblit v1.9.1