From d410ba2d4d45b82286adafe6a9bf4dfb3ced6a9e Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期五, 19 四月 2024 09:04:29 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 hangzhoumesParent/common/servicebase/pom.xml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/pom.xml b/hangzhoumesParent/common/servicebase/pom.xml
index dfceda9..5a696a3 100644
--- a/hangzhoumesParent/common/servicebase/pom.xml
+++ b/hangzhoumesParent/common/servicebase/pom.xml
@@ -6,18 +6,19 @@
         <artifactId>common</artifactId>
         <groupId>com.mes</groupId>
         <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>servicebase</artifactId>
 
-    <!--    <dependencies>-->
-    <!--        <dependency>-->
-    <!--            <groupId>com.github.yulichang</groupId>-->
-    <!--            <artifactId>mybatis-plus-join</artifactId>-->
-    <!--            <version>1.1.6</version>-->
-    <!--        </dependency>-->
-    <!--    </dependencies>-->
+        <dependencies>
+            <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>
         <maven.compiler.target>8</maven.compiler.target>

--
Gitblit v1.8.0