cmg
2024-06-19 96fb5a1581ac46203d15597f73f7e045fd937767
pom.xml
@@ -7,24 +7,13 @@
    <parent>
        <groupId>com.hx.gitee</groupId>
        <artifactId>hx-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
        <version>xlk</version>
    </parent>
    <artifactId>hx-redisson</artifactId>
    <packaging>jar</packaging>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-log4j2</artifactId>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
@@ -35,10 +24,10 @@
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dtflys.forest</groupId>
            <artifactId>spring-boot-starter-forest</artifactId>
            <version>1.5.0-RC2</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter -->
@@ -55,7 +44,7 @@
    </dependencies>
    <build>
        <finalName>hx-common</finalName>
        <finalName>hx-redisson</finalName>
        <resources>
            <resource>
                <directory>src/main/java</directory>