mps-platform/cds-platform-2025.V1/cds-common/cds-common-ratelimiter/pom.xml

31 lines
917 B
XML
Raw Normal View History

2025-07-14 10:43:13 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.dromara</groupId>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common</artifactId>
2025-07-14 10:43:13 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common-ratelimiter</artifactId>
2025-07-14 10:43:13 +08:00
<description>
2025-09-04 15:25:29 +08:00
cds-common-ratelimiter 限流功能
2025-07-14 10:43:13 +08:00
</description>
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common-core</artifactId>
2025-07-14 10:43:13 +08:00
</dependency>
<dependency>
<groupId>org.dromara</groupId>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common-redis</artifactId>
2025-07-14 10:43:13 +08:00
</dependency>
</dependencies>
</project>