JAVA-15409: Fix formatting of POMs (#12992)

This commit is contained in:
freelansam
2022-11-18 00:26:06 +05:30
committed by GitHub
parent f97b7e631a
commit 188201d324
62 changed files with 235 additions and 214 deletions

View File

@@ -5,11 +5,13 @@
<groupId>com.baeldung</groupId>
<artifactId>maven-to-gradle</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
</dependencies>
</project>
</project>