From 2f74cdd14f4ca590a65f519c5cca87cfb24c3117 Mon Sep 17 00:00:00 2001 From: Diego Cezarino Date: Tue, 30 Mar 2021 22:50:18 -0300 Subject: [PATCH] Added dependencies spring-boot-starter and com.microsoft.sqlserver --- ProductPayments/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ProductPayments/pom.xml b/ProductPayments/pom.xml index f82fb3c..fedc75c 100644 --- a/ProductPayments/pom.xml +++ b/ProductPayments/pom.xml @@ -67,6 +67,15 @@ h2 runtime + + org.springframework.boot + spring-boot-starter + + + com.microsoft.sqlserver + mssql-jdbc + runtime +