<?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>
    <groupId>com.jxdinfo.hussar.unified.authentication</groupId>
    <artifactId>hussar-unify-authentication</artifactId>
    <packaging>pom</packaging>
    <version>9.5.6</version>
    <modules>
        <module>unify-authentication-core</module>
        <module>unify-authentication-bom</module>
        <module>unify-authentication-lcdp</module>
        <module>unify-authentication-client-starter</module>
        <module>unify-authentication-server</module>
    </modules>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
                <version>2.8.2</version>
            </plugin>
        </plugins>
    </build>
</project>
