[测评系统]--测评系统核心代码库
zhijie
2022-09-20 6dbbdc7721daf018361a5044519380787d44fc15
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,8 +372,15 @@
            <version>1.1.6</version>
        </dependency>
        <!-- doc转pdf -->
        <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>words</artifactId>
            <version>21.1</version>
        </dependency>
    </dependencies>
    <!--<build>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
@@ -392,5 +405,5 @@
                </executions>
            </plugin>
        </plugins>
    </build>-->
    </build>
</project>