[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
+3
View File
@@ -7,12 +7,14 @@
<version>0.1-SNAPSHOT</version>
<name>spring-security-kerberos</name>
<packaging>war</packaging>
<parent>
<artifactId>parent-boot-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-1</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -50,6 +52,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>