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-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</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>
|
2021-03-14 10:15:17 +00:00
|
|
|
<module>security-sdk-black-white</module>
|
|
|
|
<module>security-sdk-captcha</module>
|
|
|
|
<module>security-sdk-count</module>
|
2021-02-19 10:53:16 +00:00
|
|
|
<module>security-sdk-xss</module>
|
2021-03-23 04:58:43 +00:00
|
|
|
<module>security-sdk-request-encrypt-and-decode</module>
|
2021-02-19 10:53:16 +00:00
|
|
|
<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-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</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>
|