Update pom.xml

This commit is contained in:
jabyte
2018-05-11 10:19:59 +01:00
committed by GitHub
parent 08d5edba2f
commit ab93b6272f
+19
View File
@@ -106,6 +106,17 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
@@ -158,6 +169,14 @@
</executions>
</plugin>
</plugins>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<properties>