From 68fe12d1158fc01fc27a6e80a1e12bb26f8b8f05 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 25 Jan 2023 15:14:47 -0500 Subject: [PATCH] [pom] Add mockito subclass support some of our tests need the legacy style support that mockito made available. We should look at those in longer term to get on fact that inline is now the default as per mockito we will likely have other issues. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6db2a4b8854..adf58d05cce 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@