|
40 | 40 | <artifactId>spring-boot-starter-webflux</artifactId>
|
41 | 41 | <version>${spring-boot.version}</version>
|
42 | 42 | </dependency>
|
43 |
| - <dependency> |
44 |
| - <groupId>org.mock-server</groupId> |
45 |
| - <artifactId>mockserver-netty</artifactId> |
46 |
| - <version>${mockserver.version}</version> |
47 |
| - </dependency> |
48 | 43 | <dependency>
|
49 | 44 | <groupId>org.junit.jupiter</groupId>
|
50 | 45 | <artifactId>junit-jupiter</artifactId>
|
|
70 | 65 | <artifactId>junit-platform-commons</artifactId>
|
71 | 66 | <version>${junit-platform-commons.version}</version>
|
72 | 67 | </dependency>
|
73 |
| - <dependency> |
74 |
| - <groupId>org.mock-server</groupId> |
75 |
| - <artifactId>mockserver-client-java</artifactId> |
76 |
| - <version>${mockserver.version}</version> |
77 |
| - </dependency> |
78 | 68 | <dependency>
|
79 | 69 | <groupId>com.h2database</groupId>
|
80 | 70 | <artifactId>h2</artifactId>
|
|
129 | 119 | <artifactId>spring-boot-starter-test</artifactId>
|
130 | 120 | <version>${spring-boot.version}</version>
|
131 | 121 | </dependency>
|
132 |
| - <dependency> |
133 |
| - <groupId>io.swagger.core.v3</groupId> |
134 |
| - <artifactId>swagger-core</artifactId> |
135 |
| - <version>${swagger-core.version}</version> |
136 |
| - </dependency> |
137 | 122 | </dependencies>
|
138 | 123 |
|
139 | 124 | <profiles>
|
|
223 | 208 | <properties>
|
224 | 209 | <mapstruct.version>1.6.0.Beta1</mapstruct.version>
|
225 | 210 | <start-class>com.baeldung.sample.TodoApplication</start-class>
|
226 |
| - <mockserver.version>5.14.0</mockserver.version> |
227 | 211 | <spring-boot.version>3.4.1</spring-boot.version>
|
228 | 212 | <lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
|
229 | 213 | <springdoc-openapi-webmvc-ui.version>2.5.0</springdoc-openapi-webmvc-ui.version>
|
230 | 214 | <logback.version>1.5.16</logback.version>
|
231 | 215 | <org.slf4j.version>2.0.16</org.slf4j.version>
|
232 |
| - <swagger-core.version>2.2.28</swagger-core.version> |
233 | 216 | <junit-platform-commons.version>1.11.4</junit-platform-commons.version>
|
234 | 217 | </properties>
|
235 | 218 |
|
|
0 commit comments