From 15b15f0d0672afd511aeaace2ed319d3de2f63a8 Mon Sep 17 00:00:00 2001 From: Vincent LATOMBE Date: Fri, 31 Jan 2014 15:06:46 +0100 Subject: [PATCH] Fix windows-slaves-plugin 2669e4a86d72f2d8b67417812db8f52aa487f3de extracted windows-slaves code to a separate plugin. However in the process, it introduced a dependency conflict. core -> j-interop -> jcifs (1.2.19) whereas windows-slaves-plugin -> ... -> jcifs (1.3.17-kohsuke-1) This was causing NoSuchMethodError while launching windows slaves --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7ae61c12e1..9be66313fb 100644 --- a/pom.xml +++ b/pom.xml @@ -215,6 +215,11 @@ THE SOFTWARE. commons-logging 1.1.3 + + org.samba.jcifs + jcifs + 1.3.17-kohsuke-1 + -- GitLab