From 1db5d379c60a96e277022c3096ca13cbc0d765f3 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期五, 27 九月 2024 11:19:53 +0800
Subject: [PATCH] 合并pom

---
 pom.xml |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71954f5..0b032de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.hx.gitee</groupId>
+    <groupId>com.yunyin</groupId>
     <artifactId>hx-parent</artifactId>
     <version>stander</version>
     <packaging>pom</packaging>
@@ -24,6 +24,10 @@
 
     <!-- 渚濊禆鐗堟湰缁熶竴绠$悊 -->
     <properties>
+
+        <!--璁剧疆鏈烘瀯缂�鍚�-->
+        <version.tag>stander</version.tag>
+
         <mybatis.version>1.1.1</mybatis.version>
         <druid.version>1.1.9</druid.version>
         <druid-boot.version>1.1.23</druid-boot.version>
@@ -558,6 +562,25 @@
                 </exclusions>
             </dependency>
 
+            <!--寮�鍙戝寘-寮�濮�-->
+            <dependency>
+                <groupId>com.yunyin</groupId>
+                <artifactId>hx-redisson</artifactId>
+                <version>${version.tag}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.yunyin</groupId>
+                <artifactId>hx-auto</artifactId>
+                <version>${version.tag}</version>
+                <scope>compile</scope>
+            </dependency>
+            <dependency>
+                <groupId>com.yunyin</groupId>
+                <artifactId>hx-common</artifactId>
+                <version>${version.tag}</version>
+            </dependency>
+            <!--寮�鍙戝寘-缁撴潫-->
+
         </dependencies>
     </dependencyManagement>
 

--
Gitblit v1.8.0