From 96a7aa4a514af33e0eed991eee92dacd61223655 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Tue, 18 Jun 2024 12:33:20 +0200 Subject: [PATCH] chore: Update pom.xml with swagger dependencie --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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