cmg
2024-04-16 e466534754a6c557fff126f81fa1c422bf69cee1
pom.xml
@@ -6,7 +6,7 @@
    <groupId>com.hx.gitee</groupId>
    <artifactId>hx-parent</artifactId>
    <version>1.0-SNAPSHOT</version>
    <version>stander</version>
    <packaging>pom</packaging>
    <parent>
@@ -26,14 +26,15 @@
        <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>
        <ezmorph.version>1.0.3</ezmorph.version>
        <oss.version>2.8.3</oss.version>
        <jstl.api.version>1.2</jstl.api.version>
        <spring.redis.version>1.4.2.RELEASE</spring.redis.version>
        <spring.redis.version>2.7.0</spring.redis.version>
        <redisson.version>3.17.4</redisson.version>
        <jackson.databind.version>2.13.3</jackson.databind.version>
        <cglib.version>3.1</cglib.version>
        <shiro.version>1.3.2</shiro.version>
        <commons-beanutils.version>1.9.3</commons-beanutils.version>
@@ -52,18 +53,27 @@
        <!--mybatis自动生成-->
        <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
        <!--腾讯云cos-->
        <cos.version>5.6.32</cos.version>
        <cos.version>5.6.89</cos.version>
        <!--华为云cos-->
        <obs.version>3.20.6.2</obs.version>
        <!--加密器-->
        <jasypt.version>2.1.2</jasypt.version>
        <!--对象与XML处理-->
        <jaxb.version>2.3.1</jaxb.version>
        <fileupload.version>1.4</fileupload.version>
        <xlsx-streamer.version>2.2.0</xlsx-streamer.version>
    </properties>
    <!-- 声明依赖不引入 -->
    <dependencyManagement>
        <dependencies>
            <!--File转MultipartFile-->
            <dependency>
                <groupId>commons-fileupload</groupId>
                <artifactId>commons-fileupload</artifactId>
                <version>${fileupload.version}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
            <dependency>
@@ -197,19 +207,24 @@
            </dependency>
            <!-- excel2003使用的jar -->
            <dependency>
            <!--<dependency>
                <groupId>org.apache.poi</groupId>
                <artifactId>poi</artifactId>
                <version>${orgApache.poi}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
            &lt;!&ndash; https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml &ndash;&gt;
            <dependency>
                <groupId>org.apache.poi</groupId>
                <artifactId>poi-ooxml</artifactId>
                <version>3.9</version>
            </dependency>
                <version>${orgApache.poi}</version>
            </dependency>-->
            <dependency>
                <groupId>com.monitorjbl</groupId>
                <artifactId>xlsx-streamer</artifactId>
                <version>${xlsx-streamer.version}</version>
            </dependency>
            <dependency>
@@ -222,6 +237,18 @@
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-data-redis</artifactId>
                <version>${spring.redis.version}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter -->
            <dependency>
                <groupId>org.redisson</groupId>
                <artifactId>redisson-spring-boot-starter</artifactId>
                <version>${redisson.version}</version>
            </dependency>
            <dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-databind</artifactId>
                <version>${jackson.databind.version}</version>
            </dependency>
            <dependency>
@@ -331,6 +358,7 @@
                <artifactId>ezmorph</artifactId>
                <version>${ezmorph.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>