From 3a547177a444af5aeb280091cfa9e83420748439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Thu, 21 Sep 2023 14:53:52 -0700 Subject: [PATCH] declare explicit dependency on mockito-core to satisfy dependency analysis --- extensions-core/azure-extensions/pom.xml | 7 +++++++ extensions-core/lookups-cached-global/pom.xml | 7 +++++++ indexing-hadoop/pom.xml | 7 +++++++ pom.xml | 10 +++++----- processing/pom.xml | 7 +++++++ 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/extensions-core/azure-extensions/pom.xml b/extensions-core/azure-extensions/pom.xml index 8091f00a76a63..362c9f43b6afa 100644 --- a/extensions-core/azure-extensions/pom.xml +++ b/extensions-core/azure-extensions/pom.xml @@ -155,6 +155,13 @@ org.mockito mockito-${mockito.inline.artifact} + ${mockito.version} + test + + + + org.mockito + mockito-core test diff --git a/extensions-core/lookups-cached-global/pom.xml b/extensions-core/lookups-cached-global/pom.xml index c75e2901cd8b0..3aca23fc9ec6a 100644 --- a/extensions-core/lookups-cached-global/pom.xml +++ b/extensions-core/lookups-cached-global/pom.xml @@ -140,6 +140,13 @@ easymock test + + + org.mockito + mockito-core + ${mockito.version} + test + org.mockito mockito-${mockito.inline.artifact} diff --git a/indexing-hadoop/pom.xml b/indexing-hadoop/pom.xml index f88e82e29ad59..7e397ffdfac23 100644 --- a/indexing-hadoop/pom.xml +++ b/indexing-hadoop/pom.xml @@ -140,6 +140,13 @@ hamcrest-core test + + + org.mockito + mockito-core + ${mockito.version} + test + org.mockito mockito-${mockito.inline.artifact} diff --git a/pom.xml b/pom.xml index 7fcd286c8c561..3918f7a67a12f 100644 --- a/pom.xml +++ b/pom.xml @@ -1053,11 +1053,11 @@ test - org.mockito - mockito-bom - ${mockito.version} - import - pom + org.mockito + mockito-bom + ${mockito.version} + import + pom com.github.docker-java diff --git a/processing/pom.xml b/processing/pom.xml index dd54c414884e2..3401a248f5094 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -364,6 +364,13 @@ caliper test + + + org.mockito + mockito-core + ${mockito.version} + test + org.mockito mockito-${mockito.inline.artifact}