From 3e2eae5be3086cc6e240a39d60240a077abb62ed Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 8 Jul 2026 15:44:31 -0700 Subject: [PATCH] Replace disused version-number reference with mockito --- .../resources/maven/lib/pom.xml | 12 +++--------- .../resources/maven/pom.xml | 3 +-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/lib/pom.xml b/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/lib/pom.xml index e790d1fb8..e6c9e0dab 100644 --- a/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/lib/pom.xml +++ b/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/lib/pom.xml @@ -9,12 +9,6 @@ maven-test-lib jar 1.0-SNAPSHOT - - - jenkins-ci - ${jenkins-ci.url} - - org.apache.commons @@ -23,9 +17,9 @@ compile - org.jenkins-ci - version-number - ${version-number.version} + org.mockito + mockito-core + ${mockito.version} org.apache.beam diff --git a/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/pom.xml b/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/pom.xml index 4cf3e4e83..6d5ccad70 100644 --- a/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/pom.xml +++ b/test/Microsoft.ComponentDetection.VerificationTests/resources/maven/pom.xml @@ -10,9 +10,8 @@ lib - https://repo.jenkins-ci.org/releases 1.12.0 4.13.2 - 1.9 + 0.10.2 \ No newline at end of file