RuoYi-Cloud/ruoyi-common/ruoyi-common-log/pom.xml

27 lines
815 B
XML
Raw Normal View History

2021-09-18 03:09:47 +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>
<groupId>cn.lynntech</groupId>
<artifactId>lynn-common</artifactId>
2021-09-21 00:24:14 +08:00
<version>1.0.0</version>
2021-09-18 03:09:47 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>lynn-common-log</artifactId>
<description>
2021-09-21 00:24:14 +08:00
lynn-common-log日志记录
2021-09-18 03:09:47 +08:00
</description>
<dependencies>
<!-- RuoYi Common Security -->
<dependency>
<groupId>cn.lynntech</groupId>
<artifactId>lynn-common-security</artifactId>
</dependency>
</dependencies>
2020-05-24 20:40:55 +08:00
</project>