From 4dca59b54c8fc8815e3f533ce04f5e1b1328852f Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: 星期三, 16 十一月 2022 11:04:25 +0800
Subject: [PATCH] 1、调整部署环境配置 2、升级依赖

---
 incident-manage/incident-manage-rpc-provider/pom.xml |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/incident-manage/incident-manage-rpc-provider/pom.xml b/incident-manage/incident-manage-rpc-provider/pom.xml
index 7e6d616..871e237 100644
--- a/incident-manage/incident-manage-rpc-provider/pom.xml
+++ b/incident-manage/incident-manage-rpc-provider/pom.xml
@@ -8,12 +8,22 @@
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>jar</packaging>
 
     <artifactId>incident-manage-rpc-provider</artifactId>
 
-    <properties>
-        <maven.compiler.source>8</maven.compiler.source>
-        <maven.compiler.target>8</maven.compiler.target>
-    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>com.gkhy.safePlatfrom</groupId>
+            <artifactId>incident-manage-rpc-api</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>com.gkhy.safePlatfrom</groupId>
+            <artifactId>incident-manage-service</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
 
-</project>
\ No newline at end of file
+
+</project>

--
Gitblit v1.9.2