diff --git a/test/test-app/pom.xml b/test/test-app/pom.xml
index 7a2e9e0c2d31edc381cc06f9096669961abb248a..de28539d06f62bca1944b0cfb8fc0eee54cf6887 100644
--- a/test/test-app/pom.xml
+++ b/test/test-app/pom.xml
@@ -20,4 +20,13 @@
       <artifactId>spring-boot-starter-web</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-maven-plugin</artifactId>
+        </plugin>
+    </plugins>
+  </build>
 </project>