From dcc799551b532fa29d64f5f2cb614f5b80b233f6 Mon Sep 17 00:00:00 2001
From: zhangyong <517047165@qq.com>
Date: 星期二, 26 十一月 2024 13:23:55 +0800
Subject: [PATCH] 义乌项目:增加响应PLC钢化进炉请求逻辑,以及向钢化炉下发参数逻辑

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/pom.xml |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/pom.xml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/pom.xml
index 23fa7e1..6b6533a 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/pom.xml
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/pom.xml
@@ -12,17 +12,11 @@
 
 <artifactId>cacheVerticalGlass</artifactId>
     <dependencies>
-
         <dependency>
-            <groupId>com.github.yulichang</groupId>
-            <artifactId>mybatis-plus-join</artifactId>
-            <version>1.1.6</version>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
-                <dependency>
-                    <groupId>com.github.yulichang</groupId>
-                    <artifactId>mybatis-plus-join</artifactId>
-                    <version>1.1.6</version>
-                </dependency>
     </dependencies>
 <properties>
     <maven.compiler.source>8</maven.compiler.source>

--
Gitblit v1.8.0