<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <!-- 继承本项目的父工程 -->
    <parent>
        <groupId>com.dongfanghong.healthplatform</groupId>
        <artifactId>dfh-api-service</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>

    <artifactId>dfh-module-operation-end</artifactId>
    <version>${dfh-module-operation-end.version}</version>
    <name>${project.artifactId}</name>
    <description>运营端</description>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.dongfanghong.healthplatform</groupId>
            <artifactId>dfh-module-service</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dongfanghong.healthplatform</groupId>
            <artifactId>dfh-module-framework</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
    </dependencies>
</project>
