From e1263394ebbf9087de076d7a8cb6396250464283 Mon Sep 17 00:00:00 2001
From: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date: Tue, 2 Feb 2021 11:40:07 +0800
Subject: [PATCH] add dependency to continue using JUnit 4 for Spring Boot 2.4
---
sdk/cosmos/azure-spring-data-cosmos-test/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
index 7cb074b0a3f7..c150c36303ac 100644
--- a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
+++ b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
@@ -33,6 +33,17 @@
3.4.0-beta.1
+
+ org.junit.vintage
+ junit-vintage-engine
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+
+
+
org.mockito
mockito-core