From 28a452aef132bae41ff3bc5a1eb4eeccacd64f3d Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期三, 11 十二月 2024 13:20:18 +0800
Subject: [PATCH] 增加http请求包

---
 pom.xml |   39 +++++++++++++++++++++++++++++++--------
 1 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 21adf16..eeb72db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,8 @@
     <packaging>pom</packaging>
     <name>product-server</name>
     <description>product-server</description>
-    <modules>
+
+	<modules>
         <module>product-server-web</module>
         <module>product-server-admin</module>
         <module>product-server-administration</module>
@@ -43,8 +44,7 @@
         <module>product-server-device</module>
         <module>product-server-tool-face</module>
         <module>product-server-mobile-core</module>
-        <module>product-project-server-contract</module>
-        <module>product-server-project-base</module>
+        <module>product-server-hr</module>     
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -75,7 +75,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.version>2.0.0-release</project.build.version>
         <product-module-version>2.0.0-release</product-module-version>
-        <product-core-version>2.1.1-release</product-core-version>
+        <product-core-version>2.1.2-release</product-core-version>
     </properties>
     <repositories>
         <repository>
@@ -283,6 +283,29 @@
                 <artifactId>product-server-datasource</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-hr</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <!--椤圭洰绠$悊-->
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-project-server-contract</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-project-server-base</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <!--瑗垮畞-->
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-xining</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            
             <!--瀛愭ā鍧楋細end-->
 
             <!--绗笁鏂逛緷璧栵細start-->
@@ -872,9 +895,9 @@
             <version>1.6.4</version>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
+		    <groupId>com.squareup.okhttp3</groupId>
+		    <artifactId>okhttp</artifactId>
+		    <version>3.10.0</version>
+		</dependency>
     </dependencies>
 </project>

--
Gitblit v1.9.2