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
+2 -7
View File
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -72,7 +71,6 @@
<version>${okhttp.version}</version>
<scope>test</scope>
</dependency>
<!-- runtime and test scoped -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -84,7 +82,6 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
@@ -100,14 +97,12 @@
<version>2.26.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@@ -163,4 +158,4 @@
<okhttp.version>4.0.1</okhttp.version>
</properties>
</project>
</project>