Skip to content

Commit a29b28d

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 0f9b997 commit a29b28d

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-admin-server-cloud

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
<artifactId>spring-boot-starter-security</artifactId>
105105
<scope>test</scope>
106106
</dependency>
107+
<dependency>
108+
<groupId>org.springframework.boot</groupId>
109+
<artifactId>spring-boot-starter-mail</artifactId>
110+
<scope>test</scope>
111+
</dependency>
107112
<dependency>
108113
<groupId>com.fasterxml.jackson.datatype</groupId>
109114
<artifactId>jackson-datatype-json-org</artifactId>

0 commit comments

Comments
 (0)