From 7372ee6fbbcc068fad684d203589594eb1a55063 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期三, 01 三月 2023 17:07:07 +0800
Subject: [PATCH] 使用mysql5.7测试

---
 ycl-platform/pom.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 3f73696..006145b 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -25,12 +25,17 @@
             <artifactId>ycl-common</artifactId>
             <version>1.0.0</version>
         </dependency>
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.ycl</groupId>
+            <artifactId>ycl-generator</artifactId>
+            <version>1.0.0</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.8.0