From 9d374e28857b33b8b01e87d4d74b9f3b7ab88259 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 17 Jan 2020 08:53:06 +0000 Subject: [PATCH 1/2] Upgrade to use jcasc test harness --- pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 47a17cc..9fff0a5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.jenkins-ci.plugins plugin - 3.43 + 3.55 com.google.guava @@ -118,7 +124,7 @@ org.hamcrest hamcrest-library - 1.3 + 2.2 test @@ -130,14 +136,15 @@ io.jenkins configuration-as-code + ${configuration-as-code.version} test true - io.jenkins - configuration-as-code - tests + io.jenkins.configuration-as-code + test-harness + ${configuration-as-code.version} test true From 2bf63794e4097f5e2da9b67d9bfb3938b0005812 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 17 Jan 2020 20:32:52 +0000 Subject: [PATCH 2/2] Fix test dep conflict See: https://stackoverflow.com/a/16735373/4951015 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9fff0a5..6bfca24 100644 --- a/pom.xml +++ b/pom.xml @@ -129,8 +129,8 @@ org.mockito - mockito-all - 1.8.4 + mockito-core + 1.10.19 test