<?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-extend</artifactId>
        <groupId>com.jxdinfo.hussar</groupId>
        <version>9.3.7-htsz.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hussar-agenda</artifactId>
    <name>${project.artifactId}</name>
    <packaging>pom</packaging>

    <properties>
        <hussar-agenda-api.version>${hussar.version}</hussar-agenda-api.version>
    </properties>
    <modules>

        <module>hussar-agenda-api</module>
        <module>hussar-agenda-server</module>
    </modules>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.jxdinfo.hussar</groupId>
                <artifactId>hussar-agenda-api</artifactId>
                <version>${hussar-agenda-api.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

</project>
