File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 198
198
<artifactId >json-smart</artifactId >
199
199
<version >2.4.9</version >
200
200
</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 >
201
208
</dependencies >
202
209
</dependencyManagement >
203
210
250
257
<version >${jmockit.version} </version >
251
258
<scope >test</scope >
252
259
</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 >
253
296
</dependencies >
254
297
</project >
You can’t perform that action at this time.
0 commit comments