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测试 --- pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 4de1d12..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> @@ -168,7 +169,11 @@ <artifactId>jaxb-api</artifactId> <version>${jaxb-api.version}</version> </dependency> - + <dependency> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> + <version>1.6.2</version> + </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> @@ -186,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