From 1d5d9b98c668145a160bca8cae8a743a370c8f8a Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 05 Feb 2024 09:51:03 +0800 Subject: [PATCH] fix:断线统计补充提交 --- screen-job/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/screen-job/pom.xml b/screen-job/pom.xml index e7d9d3b..5d1fbf3 100644 --- a/screen-job/pom.xml +++ b/screen-job/pom.xml @@ -29,6 +29,39 @@ <version>1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.9</version> + </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>3.1.1</version> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-mail</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-email</artifactId> + <version>1.5</version> + </dependency> + + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4.7</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.13</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0