51 lines
1.7 KiB
XML
51 lines
1.7 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.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common</artifactId>
|
||
|
|
<version>3.6.3</version>
|
||
|
|
</parent>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>zlpt-common-log</artifactId>
|
||
|
|
|
||
|
|
<description>
|
||
|
|
zlpt-common-log日志记录
|
||
|
|
</description>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
|
||
|
|
<!-- <!– RuoYi Common Security –>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-security</artifactId>
|
||
|
|
</dependency>-->
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.servlet</groupId>
|
||
|
|
<artifactId>javax.servlet-api</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-lang3</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.aspectj</groupId>
|
||
|
|
<artifactId>aspectjweaver</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-web</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-core</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-security</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|