JAVA-28508: Fix formatting of POMs Modules R to Z (#15361)

This commit is contained in:
Bipin kumar
2024-01-05 00:23:15 +05:30
committed by GitHub
parent 0b27ba93ff
commit 581e34a278
10 changed files with 43 additions and 43 deletions
@@ -20,7 +20,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<!-- runtime and test scoped -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -42,7 +41,6 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Fix ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider -->
<dependency>
<groupId>io.netty</groupId>
@@ -55,7 +53,6 @@
<version>${wiremock-standalone.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>