许鹏程
2023-09-20 ff8b6a65b5bc1bfea839c36a875df98b998f15f5
新增设备管理模块
已修改1个文件
7 ■■■■ 文件已修改
pom.xml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -42,6 +42,7 @@
        <module>product-server-tool-table</module>
        <module>product-server-util</module>
        <module>product-server-web</module>
        <module>product-server-device</module>
    </modules>
    <properties>
        <skipTests>true</skipTests>
@@ -123,7 +124,11 @@
                <artifactId>product-server-core</artifactId>
                <version>2.0.1</version>
            </dependency>
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-device</artifactId>
                <version>${product-module-version}</version>
            </dependency>
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-util</artifactId>