Skip to content

Commit 0250b4c

Browse files
nurgul212Nurgul Amat
and
Nurgul Amat
authored
Added dependencies to support adding jenkins plugins as test dependencies (#86)
Co-authored-by: Nurgul Amat <[email protected]>
1 parent e28cf9f commit 0250b4c

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

pom.xml

+43
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@
198198
<artifactId>json-smart</artifactId>
199199
<version>2.4.9</version>
200200
</dependency>
201+
<dependency>
202+
<groupId>io.jenkins.tools.bom</groupId>
203+
<artifactId>bom-2.289.x</artifactId>
204+
<version>1500.ve4d05cd32975</version>
205+
<scope>import</scope>
206+
<type>pom</type>
207+
</dependency>
201208
</dependencies>
202209
</dependencyManagement>
203210

@@ -250,5 +257,41 @@
250257
<version>${jmockit.version}</version>
251258
<scope>test</scope>
252259
</dependency>
260+
<dependency>
261+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
262+
<artifactId>workflow-cps</artifactId>
263+
<scope>test</scope>
264+
</dependency>
265+
<dependency>
266+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
267+
<artifactId>workflow-durable-task-step</artifactId>
268+
<scope>test</scope>
269+
</dependency>
270+
<dependency>
271+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
272+
<artifactId>workflow-job</artifactId>
273+
<scope>test</scope>
274+
</dependency>
275+
276+
<dependency>
277+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
278+
<artifactId>workflow-step-api</artifactId>
279+
<scope>test</scope>
280+
</dependency>
281+
<dependency>
282+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
283+
<artifactId>workflow-support</artifactId>
284+
<scope>test</scope>
285+
</dependency>
286+
<dependency>
287+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
288+
<artifactId>workflow-multibranch</artifactId>
289+
<scope>test</scope>
290+
</dependency>
291+
<dependency>
292+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
293+
<artifactId>workflow-basic-steps</artifactId>
294+
<scope>test</scope>
295+
</dependency>
253296
</dependencies>
254297
</project>

0 commit comments

Comments
 (0)