<?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>hussar-security-starter</artifactId>
        <groupId>com.jxdinfo.hussar.support.security</groupId>
        <version>9.5.2-fix.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hussar-security-boot-starter</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.audit</groupId>
            <artifactId>hussar-audit-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-support-exception</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-platform-core</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.log</groupId>
            <artifactId>hussar-log-http</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.security</groupId>
            <artifactId>hussar-security-servlet</artifactId>
        </dependency>
        <!-- OAuth2.0 -->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.security</groupId>
            <artifactId>hussar-security-plugin-oauth2</artifactId>
        </dependency>
        <!-- config -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>
