<?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.3.7-htsz.5</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-base</artifactId>
    <name>${project.artifactId}</name>
    <packaging>pom</packaging>
    <description>基础服务</description>

    <modules>
        <module>hussar-datasource</module>
        <module>hussar-config-services</module>
        <module>hussar-general-services</module>
        <module>hussar-operations-services</module>
        <module>hussar-log</module>
        <module>hussar-project-upgrade</module>
        <module>hussar-base-remote-config</module>
        <module>hussar-code-plus</module>
        <module>hussar-lang</module>
    </modules>
</project>
