2021-01-13 15:47:17 +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>
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>roses-kernel</artifactId>
|
2021-02-22 13:40:42 +00:00
|
|
|
<version>7.0.1</version>
|
2021-02-19 10:53:16 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2021-01-13 15:47:17 +00:00
|
|
|
</parent>
|
|
|
|
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>kernel-d-security</artifactId>
|
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>security-api</module>
|
|
|
|
<module>security-sdk-xss</module>
|
|
|
|
<module>security-spring-boot-starter</module>
|
|
|
|
</modules>
|
2021-01-13 15:47:17 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
2021-02-19 10:53:16 +00:00
|
|
|
<!-- 开发规则 -->
|
2021-01-13 15:47:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>kernel-a-rule</artifactId>
|
2021-02-22 13:40:42 +00:00
|
|
|
<version>7.0.1</version>
|
2021-01-13 15:47:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
2021-02-19 10:53:16 +00:00
|
|
|
|
2021-01-13 15:47:17 +00:00
|
|
|
</project>
|