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

27 lines
829 B
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 http://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-log</artifactId>
2025-08-11 18:46:44 +08:00
<description>
2025-11-24 16:19:09 +08:00
tongran-common-log日志记录
2025-08-11 18:46:44 +08:00
</description>
<dependencies>
2025-11-24 16:19:09 +08:00
<!-- tongran Common Security -->
2025-08-11 18:46:44 +08:00
<dependency>
2025-11-24 16:19:09 +08:00
<groupId>com.tongran</groupId>
<artifactId>tongran-common-security</artifactId>
2025-08-11 18:46:44 +08:00
</dependency>
</dependencies>
</project>