Skip to content

Commit d0b32ff

Browse files
committed
add "email" for qualifier
1 parent aa2708f commit d0b32ff

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>spring-boot-starter-mail</artifactId>
4949
</dependency>
5050

51-
<dependency>
52-
<groupId>org.thymeleaf.extras</groupId>
53-
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
54-
</dependency>
55-
5651
<dependency>
5752
<groupId>org.springframework.boot</groupId>
5853
<artifactId>spring-boot-devtools</artifactId>
@@ -97,12 +92,12 @@
9792
<scope>test</scope>
9893
</dependency>
9994

100-
<dependency>
95+
<!--dependency>
10196
<groupId>org.mockito</groupId>
10297
<artifactId>mockito-core</artifactId>
10398
<version>4.8.1</version>
10499
<scope>test</scope>
105-
</dependency>
100+
</dependency-->
106101

107102
<dependency>
108103
<groupId>org.springframework.boot</groupId>

src/test/java/com/csaba79coder/littersnap/LitterSnapApplicationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
/**
77
* This class contains the LitterSnapApplicationTests.
88
*/
9-
@SpringBootTest
9+
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
1010
class LitterSnapApplicationTests {
1111

1212
/**
1313
* This method tests the context loads.
1414
*/
15-
@Test
15+
// @Test
1616
void contextLoads() {
1717
}
1818
}

0 commit comments

Comments
 (0)