zhanghl
2025-05-16 3fb78b0cb1d250a06d8468f6f61a89768ae2e390
aps-common/aps-common-redis/pom.xml
@@ -22,12 +22,20 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.redisson</groupId>
            <artifactId>redisson-spring-boot-starter</artifactId>
            <version>3.39.0</version>
        </dependency>
        <!-- RuoYi Common Core-->
        <dependency>
            <groupId>com.aps</groupId>
            <artifactId>aps-common-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>