JAVA-19536 Fix formatting of pom.xmls

This commit is contained in:
Dhawal Kapil
2023-04-05 07:14:09 +05:30
parent a3fc26ec50
commit bb5bfa992a
160 changed files with 141 additions and 366 deletions

View File

@@ -14,7 +14,6 @@
</parent>
<dependencies>
<!-- https://mvnrepository.com/artifact/commons-validator/commons-validator -->
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
@@ -25,7 +24,6 @@
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
</dependency>
</dependencies>
<build>