From 43cf442b69767d2d4c90e8654e7e6e7ea5df71c6 Mon Sep 17 00:00:00 2001
From: cmg <527198563@qq.com>
Date: 星期二, 16 四月 2024 17:41:27 +0800
Subject: [PATCH] 初始化

---
 pom.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f8534c..26bab0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,25 +7,29 @@
     <groupId>com.hx.gitee</groupId>
     <artifactId>platform-common</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-SNAPSHOT</version>
+
+    <parent>
+        <groupId>com.hx.gitee</groupId>
+        <artifactId>hx-parent</artifactId>
+        <version>stander</version>
+    </parent>
 
     <dependencies>
         <dependency>
             <groupId>com.github.ulisesbocchio</groupId>
             <artifactId>jasypt-spring-boot-starter</artifactId>
-            <version>2.1.2</version>
         </dependency>
 
         <dependency>
             <groupId>com.hx.gitee</groupId>
             <artifactId>hx-common</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>stander</version>
         </dependency>
 
         <dependency>
             <groupId>com.hx.gitee</groupId>
             <artifactId>hx-redisson</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>stander</version>
         </dependency>
 
     </dependencies>

--
Gitblit v1.8.0