ChenJiaHe
2021-02-24 2aa617c39a9c08f186a0752c3da8aaa1183698fe
pom.xml
@@ -54,12 +54,21 @@
        <!--腾讯云cos-->
        <cos.version>5.6.32</cos.version>
        <!--加密器-->
        <jasypt.version>3.0.3</jasypt.version>
        <jasypt.version>2.1.2</jasypt.version>
        <!--对象与XML处理-->
        <jaxb.version>2.3.1</jaxb.version>
    </properties>
    <!-- 声明依赖不引入 -->
    <dependencyManagement>
        <dependencies>
            <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
            <dependency>
                <groupId>javax.xml.bind</groupId>
                <artifactId>jaxb-api</artifactId>
                <version>${jaxb.version}</version>
            </dependency>
            <dependency>
                <groupId>com.github.ulisesbocchio</groupId>
@@ -192,6 +201,15 @@
                <version>${orgApache.poi}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
            <dependency>
                <groupId>org.apache.poi</groupId>
                <artifactId>poi-ooxml</artifactId>
                <version>3.9</version>
            </dependency>
            <dependency>
                <groupId>redis.clients</groupId>
                <artifactId>jedis</artifactId>