Files
saas-houduan/tongran-common/tongran-common-security/pom.xml
T

40 lines
1.1 KiB
XML
Raw Normal View History

2025-08-11 18:46:44 +08:00
<?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>
2025-11-24 16:19:09 +08:00
<groupId>com.tongran</groupId>
<artifactId>tongran-common</artifactId>
2025-08-11 18:46:44 +08:00
<version>3.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2025-11-24 16:19:09 +08:00
<artifactId>tongran-common-security</artifactId>
2025-08-11 18:46:44 +08:00
<description>
2025-11-24 16:19:09 +08:00
tongran-common-security安全模块
2025-08-11 18:46:44 +08:00
</description>
<dependencies>
<!-- Spring Web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
2025-11-24 16:19:09 +08:00
<!-- tongran Api System -->
2025-08-11 18:46:44 +08:00
<dependency>
2025-11-24 16:19:09 +08:00
<groupId>com.tongran</groupId>
<artifactId>tongran-api-system</artifactId>
2025-08-11 18:46:44 +08:00
</dependency>
2025-11-24 16:19:09 +08:00
<!-- tongran Common Redis-->
2025-08-11 18:46:44 +08:00
<dependency>
2025-11-24 16:19:09 +08:00
<groupId>com.tongran</groupId>
<artifactId>tongran-common-redis</artifactId>
2025-08-11 18:46:44 +08:00
</dependency>
</dependencies>
</project>