[BAEL-12091] - Fix formatting of POMs

This commit is contained in:
amit2103
2019-02-10 01:47:19 +05:30
parent f79f427dac
commit 97f8a0c46c
285 changed files with 1024 additions and 1110 deletions
@@ -3,6 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-persistence-mongodb</artifactId>
<name>spring-boot-persistence-mongodb</name>
<packaging>war</packaging>
<description>This is simple boot application for Spring boot persistence mongodb test</description>
<parent>
<artifactId>parent-boot-2</artifactId>
@@ -11,11 +15,6 @@
<relativePath>../../parent-boot-2</relativePath>
</parent>
<artifactId>spring-boot-persistence-mongodb</artifactId>
<packaging>war</packaging>
<name>spring-boot-persistence-mongodb</name>
<description>This is simple boot application for Spring boot persistence mongodb test</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>