roses/kernel-d-security/security-sdk-black-white/pom.xml

45 lines
1.4 KiB
XML
Raw Normal View History

2020-12-11 10:18:48 +00: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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>kernel-d-security</artifactId>
<version>7.0.4</version>
2020-12-11 10:18:48 +00:00
</parent>
<artifactId>security-sdk-black-white</artifactId>
2020-12-11 10:18:48 +00:00
<dependencies>
<!--安全模块的api-->
2020-12-11 10:18:48 +00:00
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-api</artifactId>
<version>7.0.4</version>
2020-12-11 10:18:48 +00:00
</dependency>
<!--缓存模块的api-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>cache-api</artifactId>
<version>7.0.4</version>
2020-12-11 10:18:48 +00:00
</dependency>
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>cache-sdk-memory</artifactId>
<version>7.0.4</version>
2020-12-11 10:18:48 +00:00
<optional>true</optional>
</dependency>
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>cache-sdk-redis</artifactId>
<version>7.0.4</version>
2020-12-11 10:18:48 +00:00
<optional>true</optional>
</dependency>
</dependencies>
</project>