fhx
2024-10-11 ba2f934d045d70781cd388e011258df1a1566720
pom.xml
@@ -34,7 +34,6 @@
        <sfjson.version>2.4</sfjson.version>
        <orgApache.commons>3.9</orgApache.commons>
        <commons-io>2.6</commons-io>
        <orgApache.poi>3.9</orgApache.poi>
        <net.sourceforge>2.6.12</net.sourceforge>
        <pinyin4j>2.5.1</pinyin4j>
        <commons.lang.version>2.5</commons.lang.version>
@@ -131,20 +130,6 @@
                <groupId>javax.xml.bind</groupId>
                <artifactId>jaxb-api</artifactId>
                <version>${jaxb.version}</version>
            </dependency>
            <!-- 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>
                <artifactId>jasypt-spring-boot-starter</artifactId>
                <version>${jasypt.version}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
@@ -263,13 +248,6 @@
                <groupId>org.bouncycastle</groupId>
                <artifactId>bcprov-jdk15on</artifactId>
                <version>${jdk15on.version}</version>
            </dependency>
            <!-- excel2003使用的jar -->
            <dependency>
                <groupId>org.apache.poi</groupId>
                <artifactId>poi</artifactId>
                <version>${orgApache.poi}</version>
            </dependency>
            <dependency>