34 lines
1.1 KiB
XML
34 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.securitycontrol</groupId>
|
|
<artifactId>securitycontrol-commons</artifactId>
|
|
<version>3.6.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>securitycontrol-commons-log</artifactId>
|
|
|
|
<description>
|
|
securityControl-common-log日志记录
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
<artifactId>fastjson2</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.securitycontrol</groupId>
|
|
<artifactId>securitycontrol-commons-security</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.securitycontrol</groupId>
|
|
<artifactId>securitycontrol-commons-core</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</project> |