From e0a96f2244d3c86d6d63fea825dda1bac1532681 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 29 Jan 2021 15:06:48 +0800
Subject: [PATCH] modify
---
pom.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index cae38c0..a0c4c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,11 @@
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
@@ -271,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