[BAEL-15322] - Fix formatting of POMs

This commit is contained in:
amit2103
2019-07-07 23:59:01 +05:30
parent 5284c49960
commit 37e402eb60
62 changed files with 333 additions and 324 deletions
+5 -5
View File
@@ -14,11 +14,6 @@
<relativePath>../parent-boot-performance</relativePath>
</parent>
<properties>
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.lazyinitialization.Application</start-class>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -42,4 +37,9 @@
</plugin>
</plugins>
</build>
<properties>
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.lazyinitialization.Application</start-class>
</properties>
</project>