From e1cb982f646cefa203533d70f6d51e7491fa6d95 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 18 Jan 2012 08:59:03 -0800 Subject: [PATCH] excluding SSH module from the test for performance improvement --- test/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index 118492ed01..0034609a60 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -54,6 +54,12 @@ THE SOFTWARE. jenkins-war ${project.version} war-for-test + + + org.jenkins-ci.modules + sshd + + ${project.groupId} -- GitLab