<?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-parent</artifactId>
        <version>9.5.8</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-theme</artifactId>
    <name>${project.artifactId}</name>
    <packaging>pom</packaging>
    <description>主题配置管理</description>

    <modules>
        <module>hussar-theme-config-api</module>
        <module>hussar-theme-config-server</module>
        <module>hussar-theme-config-feign</module>
        <module>hussar-theme-config-sdk</module>
    </modules>
    <dependencyManagement>
        <dependencies>
            <!-- ant zip解压-->
            <dependency>
                <groupId>org.apache.ant</groupId>
                <artifactId>ant</artifactId>
            </dependency>

        </dependencies>
    </dependencyManagement>
</project>
