From fbc647f0a11ad0c3ab2a17191d71a4ab205d3d70 Mon Sep 17 00:00:00 2001
From: lyf_ <764716047@qq.com>
Date: 星期四, 29 六月 2023 09:16:07 +0800
Subject: [PATCH] 修改redis配置

---
 equipment/equipment-rpc-api/pom.xml |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/equipment/equipment-rpc-api/pom.xml b/equipment/equipment-rpc-api/pom.xml
index 5fec604..50c5710 100644
--- a/equipment/equipment-rpc-api/pom.xml
+++ b/equipment/equipment-rpc-api/pom.xml
@@ -9,7 +9,14 @@
     </parent>-->
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
-
+    <dependencies>
+        <dependency>
+            <groupId>com.gkhy.safePlatfrom</groupId>
+            <artifactId>commons</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
     <groupId>com.gkhy.safePlatfrom</groupId>
     <artifactId>equipment-rpc-api</artifactId>
     <version>1.0-SNAPSHOT</version>
@@ -72,6 +79,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

--
Gitblit v1.9.2