diff --git a/provider/legal-azure/pom.xml b/provider/legal-azure/pom.xml index a03e493dfed25f65522a0484c6f0fae8091d448e..462ae48f8d755dcb76f612c69670a6ca571b0759 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