Browse Source

Merge remote-tracking branch 'origin/master'

xiahan 4 months ago
parent
commit
24861a59d4
1 changed files with 11 additions and 0 deletions
  1. 11 0
      zhsw-common/pom.xml

+ 11 - 0
zhsw-common/pom.xml

@@ -59,6 +59,17 @@
             <artifactId>fastjson</artifactId>
             <artifactId>fastjson</artifactId>
             <version>1.2.83</version>
             <version>1.2.83</version>
         </dependency>
         </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>ooxml-schemas</artifactId>
+            <version>1.4</version>
+        </dependency>
+        <!--        <dependency>-->
+<!--            <groupId>org.docx4j</groupId>-->
+<!--            <artifactId>docx4j</artifactId>-->
+<!--            <version>6.1.0</version>-->
+<!--            <scope>compile</scope>-->
+<!--        </dependency>-->
     </dependencies>
     </dependencies>
 
 
 </project>
 </project>