From b7998d4fc5bcb79a14ffae8bc5e73f6923b1ef20 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Thu, 23 Apr 2026 09:27:10 +0200 Subject: [PATCH] fix: dependency management scope for `mockito-bom` The `mockito-bom` artifact didn't have an `import` scope, so it was managed as an artifact instead of importing its dependencies. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c30c4f36..06f049eaa 100644 --- a/pom.xml +++ b/pom.xml @@ -358,7 +358,8 @@ org.mockito mockito-bom ${commons.mockito.version} - test + pom + import