diff --git a/pom.xml b/pom.xml
index a1dd23f..68a734d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,20 +22,29 @@
org.springframework.boot
spring-boot-starter-data-jpa
+
org.springframework.boot
spring-boot-starter-thymeleaf
+
org.springframework.boot
spring-boot-starter-web
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+ 2.0.2
+
+
org.springframework.boot
spring-boot-starter-tomcat
provided
+
org.springframework.boot
spring-boot-starter-test