From b3994da704bdeb6c36873087c21fe17da5808cbd Mon Sep 17 00:00:00 2001 From: AndersonBarbosaDeFreitas Date: Thu, 11 Nov 2021 01:54:40 -0300 Subject: [PATCH] =?UTF-8?q?#28=20Adi=C3=A7=C3=A3o=20das=20depend=C3=AAncia?= =?UTF-8?q?s=20necess=C3=A1rias=20para=20gerar=20o=20Swagger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 8adb5d8..0af27d5 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,18 @@ org.springframework.boot spring-boot-devtools + + + + io.springfox + springfox-boot-starter + 3.0.0 + + + io.springfox + springfox-swagger-ui + 3.0.0 +