From 1e97d92a4c7548574e7e426dfa15dba4eb85f21d Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 02 Feb 2021 15:31:24 +0800 Subject: [PATCH] modify --- 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