|
26 | 26 | <optional>true</optional> |
27 | 27 | </dependency> |
28 | 28 |
|
| 29 | + <!-- JUnit --> |
| 30 | + <dependency> |
| 31 | + <groupId>org.junit.jupiter</groupId> |
| 32 | + <artifactId>junit-jupiter</artifactId> |
| 33 | + <optional>true</optional> |
| 34 | + </dependency> |
| 35 | + |
| 36 | + <!-- Spring Boot Test --> |
| 37 | + <dependency> |
| 38 | + <groupId>org.springframework.boot</groupId> |
| 39 | + <artifactId>spring-boot-starter-test</artifactId> |
| 40 | + <optional>true</optional> |
| 41 | + </dependency> |
| 42 | + |
29 | 43 | <!-- Microsphere Spring --> |
30 | 44 | <dependency> |
31 | 45 | <groupId>io.github.microsphere-projects</groupId> |
|
52 | 66 | <optional>true</optional> |
53 | 67 | </dependency> |
54 | 68 |
|
55 | | - <!-- Spring Boot Dependencies --> |
56 | | - <dependency> |
57 | | - <groupId>org.springframework.boot</groupId> |
58 | | - <artifactId>spring-boot-starter-test</artifactId> |
59 | | - <optional>true</optional> |
60 | | - </dependency> |
61 | | - |
62 | | - <!-- JUnit --> |
63 | | - <dependency> |
64 | | - <groupId>org.junit.jupiter</groupId> |
65 | | - <artifactId>junit-jupiter</artifactId> |
66 | | - <optional>true</optional> |
67 | | - </dependency> |
68 | | - |
69 | | - <!-- Mockito --> |
70 | | - <dependency> |
71 | | - <groupId>org.mockito</groupId> |
72 | | - <artifactId>mockito-core</artifactId> |
73 | | - <optional>true</optional> |
74 | | - </dependency> |
75 | | - |
76 | | - <!-- JSON Assert --> |
77 | | - <dependency> |
78 | | - <groupId>org.skyscreamer</groupId> |
79 | | - <artifactId>jsonassert</artifactId> |
80 | | - <optional>true</optional> |
81 | | - </dependency> |
82 | | - |
83 | | - <!-- hamcrest --> |
84 | | - <dependency> |
85 | | - <groupId>org.hamcrest</groupId> |
86 | | - <artifactId>hamcrest</artifactId> |
87 | | - <optional>true</optional> |
88 | | - </dependency> |
89 | | - |
90 | 69 | <!-- Servlet API --> |
91 | 70 | <dependency> |
92 | 71 | <groupId>jakarta.servlet</groupId> |
|
0 commit comments