[BAEL-17473] - Formatted spring-mvc-simple-2 pom.xml

This commit is contained in:
amit2103 2019-10-06 12:30:15 +05:30
parent be24e03a48
commit b927b33465

View File

@ -20,7 +20,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
@ -89,14 +89,14 @@
<build> <build>
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
<filtering>true</filtering> <filtering>true</filtering>
<excludes> <excludes>
<exclude>**/conf.properties</exclude> <exclude>**/conf.properties</exclude>
</excludes> </excludes>
</resource> </resource>
</resources> </resources>
</build> </build>
<profiles> <profiles>