JAVA-5223: Fix formatting of POMs (Others - Part 1)

This commit is contained in:
sampadawagde
2021-05-13 22:43:38 +05:30
parent 6e7bc14954
commit 28f95423cd
25 changed files with 209 additions and 240 deletions
+1 -7
View File
@@ -52,9 +52,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- runtime and test scoped -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
@@ -79,8 +77,6 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Spring WebFlux WebSession -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -102,14 +98,12 @@
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
@@ -162,4 +156,4 @@
<commons-collections4.version>4.1</commons-collections4.version>
</properties>
</project>
</project>