<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>commons</artifactId>
        <groupId>cn.com.yusys.yusp.common</groupId>
        <version>V4.3.1.20240630.RELEASE</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>yusp-commons-logs</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>yusp-commons-log-api</module>
        <module>yusp-commons-log-common</module>
        <module>yusp-commons-log-dbpool</module>
        <module>yusp-commons-log-env</module>
        <module>yusp-commons-log-jvm</module>
        <module>yusp-commons-log-trace</module>
    </modules>

</project>
