<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>
        <groupId>com.vortex.cloud</groupId>
        <artifactId>hw-cloud-vfs-lite</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hw-cloud-device</artifactId>
    <packaging>pom</packaging>
    <version>1.2.0-SNAPSHOT</version>

    <modules>
        <module>hw-cloud-device-support</module>
        <module>hw-cloud-device-domain</module>
        <module>hw-cloud-device-dao</module>
        <module>hw-cloud-device-manager</module>
        <module>hw-cloud-device-service</module>
        <module>hw-cloud-device-controller</module>
        <module>hw-cloud-device-scheduler</module>
        <module>hw-cloud-device-config</module>
        <module>hw-cloud-device-webboot</module>
        <module>hw-cloud-device-backboot</module>
    </modules>

    <dependencyManagement>
        <dependencies>

            <dependency>
                <groupId>com.vortex.cloud</groupId>
                <artifactId>hw-cloud-sdk-api</artifactId>
                <version>1.3.0-SNAPSHOT</version>
            </dependency>

            <dependency>
                <groupId>com.vortex.cloud</groupId>
                <artifactId>hw-cloud-sdk-ums-remote</artifactId>
                <version>1.3.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.vortex.cloud</groupId>
                <artifactId>hw-cloud-sdk-lbs-remote</artifactId>
                <version>1.3.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.vortex.cloud</groupId>
                <artifactId>hw-cloud-lbs-lib</artifactId>
                <version>1.2.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.vortex.cloud</groupId>
                <artifactId>hw-cloud-sdk-gpsdata-remote</artifactId>
                <version>1.3.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.github.liaochong</groupId>
                <artifactId>myexcel</artifactId>
                <version>3.11.4</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>