Skip to content

Commit ac060ea

Browse files
authored
Add missing jackson3-api and snakeyaml-engine-api detached plugin (#26394)
1 parent fab959f commit ac060ea

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ THE SOFTWARE.
244244
<dependency>
245245
<groupId>org.jenkins-ci.plugins</groupId>
246246
<artifactId>junit</artifactId>
247-
<version>1396.v095840ed8491</version>
247+
<version>1402.va_87fd3d15dc3</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>

war/pom.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ THE SOFTWARE.
318318
<!-- detached after 1.577 -->
319319
<groupId>org.jenkins-ci.plugins</groupId>
320320
<artifactId>junit</artifactId>
321-
<version>1396.v095840ed8491</version>
321+
<version>1402.va_87fd3d15dc3</version>
322322
<type>hpi</type>
323323
</artifactItem>
324324
<artifactItem>
@@ -366,12 +366,29 @@ THE SOFTWARE.
366366
</artifactItem>
367367

368368
<artifactItem>
369-
<!-- dependency of junit and echarts-api -->
369+
<!-- dependency of echarts-api -->
370370
<groupId>org.jenkins-ci.plugins</groupId>
371371
<artifactId>jackson2-api</artifactId>
372372
<version>2.20.1-423.v13951f6b_6532</version>
373373
<type>hpi</type>
374374
</artifactItem>
375+
376+
<artifactItem>
377+
<!-- dependency of junit -->
378+
<groupId>io.jenkins.plugins</groupId>
379+
<artifactId>jackson3-api</artifactId>
380+
<version>3.1.0-64.v37e742c35905</version>
381+
<type>hpi</type>
382+
</artifactItem>
383+
384+
<artifactItem>
385+
<!-- dependency of jackson3-api -->
386+
<groupId>io.jenkins.plugins</groupId>
387+
<artifactId>snakeyaml-engine-api</artifactId>
388+
<version>3.0.1-5.vd98ea_ff3b_92e</version>
389+
<type>hpi</type>
390+
</artifactItem>
391+
375392
<artifactItem>
376393
<!-- dependency of junit -->
377394
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)