Files
saas-houduan/tongran-common/tongran-common-security/pom.xml
T
2025-11-24 16:19:09 +08:00

40 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.tongran</groupId>
<artifactId>tongran-common</artifactId>
<version>3.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tongran-common-security</artifactId>
<description>
tongran-common-security安全模块
</description>
<dependencies>
<!-- Spring Web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<!-- tongran Api System -->
<dependency>
<groupId>com.tongran</groupId>
<artifactId>tongran-api-system</artifactId>
</dependency>
<!-- tongran Common Redis-->
<dependency>
<groupId>com.tongran</groupId>
<artifactId>tongran-common-redis</artifactId>
</dependency>
</dependencies>
</project>