pom.xml 1.29 KB
<?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>cloud-common</artifactId>
        <groupId>cn.sh.stc.sict</groupId>
        <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>cloud-common-log</artifactId>
    <description>日志</description>

    <dependencies>
        <!--工具类核心包-->
        <dependency>
            <groupId>cn.sh.stc.sict</groupId>
            <artifactId>cloud-common-core</artifactId>
        </dependency>
        <!-- security -->
        <dependency>
            <groupId>cn.sh.stc.sict</groupId>
            <artifactId>cloud-common-security</artifactId>
        </dependency>
        <!--安全依赖获取上下文信息-->
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.security.oauth</groupId>
            <artifactId>spring-security-oauth2</artifactId>
        </dependency>
    </dependencies>


</project>