JAVA-11792: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-05-08 16:36:25 +05:30
parent cfa691a052
commit aed8f9100b
52 changed files with 418 additions and 452 deletions
@@ -16,7 +16,7 @@
</parent>
<dependencies>
<!-- Spring -->
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -32,7 +32,7 @@
<artifactId>hibernate-core</artifactId>
<version>${hibernate-core.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
@@ -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>
+1 -1
View File
@@ -50,4 +50,4 @@
<morphia.version>1.5.3</morphia.version>
</properties>
</project>
</project>
+1 -1
View File
@@ -108,4 +108,4 @@
<postgresql.version>42.2.20</postgresql.version>
</properties>
</project>
</project>