JAVA-11792: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-05-08 16:36:25 +05:30
parent 96e661982f
commit aeeedb6fe6
52 changed files with 418 additions and 452 deletions

View File

@@ -14,7 +14,7 @@
</parent>
<dependencies>
<!-- Spring -->
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -30,8 +30,7 @@
<artifactId>tomcat-dbcp</artifactId>
<version>${tomcat-dbcp.version}</version>
</dependency>
<!-- validation -->
<!-- validation -->
<!-- utils -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -45,7 +44,6 @@
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
@@ -81,8 +79,7 @@
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh-generator.version}</version>
</dependency>
</dependencies>
</dependencies>
<properties>
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>