File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 4242<artifactId >springfox-swagger-ui</artifactId >
4343<version >2.9.2</version >
4444</dependency >
45-
4645<dependency >
4746<groupId >org.springframework.boot</groupId >
4847<artifactId >spring-boot-devtools</artifactId >
5352<artifactId >spring-boot-starter-test</artifactId >
5453<scope >test</scope >
5554</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 >
5685</dependencies >
5786
5887<build >
You can’t perform that action at this time.
0 commit comments