|
42 | 42 | <artifactId>springfox-swagger-ui</artifactId>
|
43 | 43 | <version>2.9.2</version>
|
44 | 44 | </dependency>
|
45 | | - |
46 | 45 | <dependency>
|
47 | 46 | <groupId>org.springframework.boot</groupId>
|
48 | 47 | <artifactId>spring-boot-devtools</artifactId>
|
|
53 | 52 | <artifactId>spring-boot-starter-test</artifactId>
|
54 | 53 | <scope>test</scope>
|
55 | 54 | </dependency>
|
| 55 | + |
| 56 | + <dependency> |
| 57 | + <groupId>org.junit.jupiter</groupId> |
| 58 | + <artifactId>junit-jupiter-engine</artifactId> |
| 59 | + <version>5.4.2</version> |
| 60 | + <scope>test</scope> |
| 61 | + </dependency> |
| 62 | + <dependency> |
| 63 | + <groupId>org.mockito</groupId> |
| 64 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 65 | + <version>2.27.0</version> |
| 66 | + <scope>test</scope> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.testcontainers</groupId> |
| 70 | + <artifactId>testcontainers</artifactId> |
| 71 | + <version>1.11.2</version> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>org.testcontainers</groupId> |
| 75 | + <artifactId>junit-jupiter</artifactId> |
| 76 | + <version>1.11.2</version> |
| 77 | + <scope>test</scope> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>org.testcontainers</groupId> |
| 81 | + <artifactId>elasticsearch</artifactId> |
| 82 | + <version>1.11.2</version> |
| 83 | + <scope>test</scope> |
| 84 | + </dependency> |
56 | 85 | </dependencies>
|
57 | 86 |
|
58 | 87 | <build>
|
|
0 commit comments