We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9b997 commit a29b28dCopy full SHA for a29b28d
spring-boot-admin-server-cloud/pom.xml
@@ -104,6 +104,11 @@
104
<artifactId>spring-boot-starter-security</artifactId>
105
<scope>test</scope>
106
</dependency>
107
+ <dependency>
108
+ <groupId>org.springframework.boot</groupId>
109
+ <artifactId>spring-boot-starter-mail</artifactId>
110
+ <scope>test</scope>
111
+ </dependency>
112
<dependency>
113
<groupId>com.fasterxml.jackson.datatype</groupId>
114
<artifactId>jackson-datatype-json-org</artifactId>
0 commit comments