Skip to content

Commit 0e3ea70

Browse files
committed
[JAVA-41583]
1 parent 0ad2b62 commit 0e3ea70

File tree

1 file changed

+0
-17
lines changed
  • spring-boot-modules/spring-boot-3

1 file changed

+0
-17
lines changed

spring-boot-modules/spring-boot-3/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
<artifactId>spring-boot-starter-webflux</artifactId>
4141
<version>${spring-boot.version}</version>
4242
</dependency>
43-
<dependency>
44-
<groupId>org.mock-server</groupId>
45-
<artifactId>mockserver-netty</artifactId>
46-
<version>${mockserver.version}</version>
47-
</dependency>
4843
<dependency>
4944
<groupId>org.junit.jupiter</groupId>
5045
<artifactId>junit-jupiter</artifactId>
@@ -70,11 +65,6 @@
7065
<artifactId>junit-platform-commons</artifactId>
7166
<version>${junit-platform-commons.version}</version>
7267
</dependency>
73-
<dependency>
74-
<groupId>org.mock-server</groupId>
75-
<artifactId>mockserver-client-java</artifactId>
76-
<version>${mockserver.version}</version>
77-
</dependency>
7868
<dependency>
7969
<groupId>com.h2database</groupId>
8070
<artifactId>h2</artifactId>
@@ -129,11 +119,6 @@
129119
<artifactId>spring-boot-starter-test</artifactId>
130120
<version>${spring-boot.version}</version>
131121
</dependency>
132-
<dependency>
133-
<groupId>io.swagger.core.v3</groupId>
134-
<artifactId>swagger-core</artifactId>
135-
<version>${swagger-core.version}</version>
136-
</dependency>
137122
</dependencies>
138123

139124
<profiles>
@@ -223,13 +208,11 @@
223208
<properties>
224209
<mapstruct.version>1.6.0.Beta1</mapstruct.version>
225210
<start-class>com.baeldung.sample.TodoApplication</start-class>
226-
<mockserver.version>5.14.0</mockserver.version>
227211
<spring-boot.version>3.4.1</spring-boot.version>
228212
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
229213
<springdoc-openapi-webmvc-ui.version>2.5.0</springdoc-openapi-webmvc-ui.version>
230214
<logback.version>1.5.16</logback.version>
231215
<org.slf4j.version>2.0.16</org.slf4j.version>
232-
<swagger-core.version>2.2.28</swagger-core.version>
233216
<junit-platform-commons.version>1.11.4</junit-platform-commons.version>
234217
</properties>
235218

0 commit comments

Comments
 (0)