From 7d080c35c247dcac51494f3de2822675fcf43765 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 7 Sep 2023 09:21:13 -0600 Subject: [PATCH] Add declarative Pipeline dependency to sample plugin Plugin has a declarative Pipeline test in DeclarativePipelineTest.java https://github.com/jenkinsci/bom/pull/2470#issuecomment-1708331596 provides more reasoning why the dependency should be included. This reverts part of commit acad2e3b7f5871875eba8ebc76b115f03376e94c. --- sample-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index ec19daf04..882206cb2 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -820,6 +820,11 @@ tests test + + org.jenkinsci.plugins + pipeline-model-definition + test + org.jenkinsci.plugins pipeline-model-definition