From dd48d2c05e7ba09b11a3f7ccffd43c1b65ab1a9a Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 18 Jan 2021 17:19:28 +0800 Subject: [PATCH] 20210118 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 0438973..a0c4c75 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,12 @@ <artifactId>httpmime</artifactId> <version>4.3.5</version> </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>13.0</version> + <scope>compile</scope> + </dependency> <!-- submail邮件 end --> </dependencies> -- Gitblit v1.9.1