From 44f858a51cad909b75b677730c2d42a0c1a0a12f Mon Sep 17 00:00:00 2001 From: aalekhj <aaljain@microsoft.com> Date: Wed, 23 Sep 2020 17:34:44 +0530 Subject: [PATCH] Added test dependency in `pom.xml` --- provider/legal-azure/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/provider/legal-azure/pom.xml b/provider/legal-azure/pom.xml index a03e493df..462ae48f8 100644 --- a/provider/legal-azure/pom.xml +++ b/provider/legal-azure/pom.xml @@ -101,6 +101,13 @@ <scope>compile</scope> </dependency> + <!-- test --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> + <!-- Override the spring-boot version of these dependencies to the ones required by the azure-core library. This needs to be done for each -- GitLab