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>
|
2024-06-05 03:38:11 +00:00
|
|
|
<version>8.1.8</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-captcha</module>
|
2021-10-29 04:04:41 +00:00
|
|
|
<module>security-sdk-clear-threadlocal</module>
|
2023-05-10 03:16:13 +00:00
|
|
|
<module>security-sdk-allow-cors</module>
|
2021-03-14 10:15:17 +00:00
|
|
|
<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-07-05 06:16:11 +00:00
|
|
|
<module>security-sdk-database-field</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-06-05 04:07:45 +00:00
|
|
|
<version>${roses.version}</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>
|