From 6e66f7811ce8455afd32ebbc784e649377548c1d Mon Sep 17 00:00:00 2001 From: Edith Soares Date: Fri, 14 May 2021 23:55:40 -0300 Subject: [PATCH] Refactor: adding dependency mysql --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index a72cfc9..2313123 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,22 @@ jakarta.validation-api 2.0.2 + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + mysql + mysql-connector-java + 8.0.24 + +