From b570e73279153176330ba27b9e634dbd94fbc128 Mon Sep 17 00:00:00 2001 From: Anthony Mikhail Date: Wed, 8 Oct 2025 09:43:54 -0400 Subject: [PATCH] fix: add missing dependency for mockito to initialize SailPointObject class --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a61588..cb0b4a1 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,8 @@ sailpoint rule-java-docs 1.1 + system + ${project.basedir}/lib/sailpoint/rule-java-docs/1.1/rule-java-docs-1.1.jar net.bytebuddy @@ -70,7 +72,7 @@ org.mockito mockito-core - 5.2.0 + 5.20.0 test @@ -88,5 +90,10 @@ gson 2.10.1 + + commons-logging + commons-logging + 1.3.5 + \ No newline at end of file