From f8b82c489a661ec6ec2cbbc7ff1c74a17cc035c6 Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期二, 20 九月 2022 09:46:46 +0800 Subject: [PATCH] JAQ自定义公式问题修复 --- 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