From e0ef31b5727c28af2813ff184647ed366cd2cca2 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 28 二月 2023 17:45:42 +0800 Subject: [PATCH] 油烟接口 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fbc6e74..64fefc5 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ <module>ycl-platform</module> <module>ycl-common</module> <module>ycl-generator</module> + <module>ycl-smoke</module> </modules> <dependencies> @@ -190,6 +191,11 @@ <artifactId>spring-cloud-starter-openfeign</artifactId> <version>3.1.3</version> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + </dependency> </dependencies> </project> -- Gitblit v1.8.0