From 26fee6ac1c661d36b9478aedbce7e6e77085f880 Mon Sep 17 00:00:00 2001
From: weihongyang <1075331873@qq.com>
Date: Fri, 24 Jun 2022 10:27:11 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6?=
=?UTF-8?q?=E5=AE=9A=E4=BB=BB=E5=8A=A1=E6=A8=A1=E5=9D=97pom=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
ym-gateway/pom.xml | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 170fc5d..50bd528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
ym-gateway
ym-barcode
ym-basic
+ ym-schedule-task
pom
diff --git a/ym-gateway/pom.xml b/ym-gateway/pom.xml
index 9a4f017..383e4be 100644
--- a/ym-gateway/pom.xml
+++ b/ym-gateway/pom.xml
@@ -37,6 +37,11 @@
ym-basic
1.0-SNAPSHOT
+
+ com.cnbm
+ ym-schedule-task
+ 1.0-SNAPSHOT
+
io.springfox
springfox-boot-starter