Skip to content

Commit 4d48b46

Browse files
author
Andreas Höhmann
committed
test: Could not find class [org.springframework.boot.mail.autoconfigure.MailSenderAutoConfiguration]
- some tests failing because of missing MailSenderAutoConfiguration - adding spring-boot-starter-mail in test-scope
1 parent ca01c07 commit 4d48b46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-admin-server-ui/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<artifactId>spring-boot-starter-security</artifactId>
7272
<scope>test</scope>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.springframework.boot</groupId>
76+
<artifactId>spring-boot-starter-mail</artifactId>
77+
<scope>test</scope>
78+
</dependency>
7479
</dependencies>
7580

7681
<build>

0 commit comments

Comments
 (0)