zm
2025-02-20 028b641737a90262db44964600ea7220ab76718d
pom.xml
@@ -44,6 +44,7 @@
        <module>product-server-tool-face</module>
        <module>product-server-mobile-core</module>
        <module>product-server-hr</module>
        <module>product-server-tool-conduct</module>
    </modules>
    <properties>
        <skipTests>true</skipTests>
@@ -149,6 +150,11 @@
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-tool-conduct</artifactId>
                <version>${product-module-version}</version>
            </dependency>
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-util</artifactId>
                <version>${product-module-version}</version>
            </dependency>
@@ -175,6 +181,11 @@
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-tool-mvc</artifactId>
                <version>${product-module-version}</version>
            </dependency>
            <dependency>
                <groupId>com.lx</groupId>
                <artifactId>product-server-tool-conduct</artifactId>
                <version>${product-module-version}</version>
            </dependency>
            <dependency>
@@ -875,10 +886,11 @@
            <artifactId>sigar</artifactId>
            <version>1.6.4</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
            <groupId>com.squareup.okhttp3</groupId>
            <artifactId>okhttp</artifactId>
            <version>3.10.0</version>
        </dependency>
    </dependencies>
</project>