cheng
2025-02-13 4f0462752f015c78f85183ade36f845a9195bdae
add product-server-tool-conduct module ,add  okhttp3 jar
已修改1个文件
12 ■■■■■ 文件已修改
pom.xml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
@@ -147,6 +148,11 @@
                <version>2.1.0-release</version>
            </dependency>
            <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>
@@ -880,5 +886,11 @@
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.squareup.okhttp3</groupId>
            <artifactId>okhttp</artifactId>
            <version>3.10.0</version>
        </dependency>
    </dependencies>
</project>