roses/kernel-d-security/security-spring-boot-starter/pom.xml

58 lines
1.7 KiB
XML

<?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>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>security-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--xss模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-sdk-xss</artifactId>
<version>7.0.4</version>
</dependency>
<!--图形验证码模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-sdk-captcha</artifactId>
<version>7.0.4</version>
</dependency>
<!--count模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-sdk-count</artifactId>
<version>7.0.4</version>
</dependency>
<!--黑白名单校验-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-sdk-black-white</artifactId>
<version>7.0.4</version>
</dependency>
<!--请求响应加密解密模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-sdk-request-encrypt-and-decode</artifactId>
<version>7.0.4</version>
</dependency>
</dependencies>
</project>