<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jxdinfo.hussar</groupId>
        <artifactId>hussar-opsmonitor</artifactId>
        <version>9.6.0-beta.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-opsmonitor-server</artifactId>


    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-opsmonitor-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.audit</groupId>
            <artifactId>hussar-audit-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.security</groupId>
            <artifactId>hussar-security-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.log</groupId>
            <artifactId>hussar-log-log4j2</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>jakarta.servlet</groupId>
            <artifactId>jakarta.servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>io.projectreactor</groupId>
            <artifactId>reactor-core</artifactId>
        </dependency>
    </dependencies>

</project>
