WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3d8f36b

Browse files
authored
Merge pull request #5786 from alecharp/plugin-addition/jakarta-xml-bind-api
Adds `jakarta-xml-bind-api` in the BOM
2 parents a6c53e0 + 846cbe8 commit 3d8f36b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bom-weekly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,11 @@
465465
<artifactId>jakarta-mail-api</artifactId>
466466
<version>2.1.3-3</version>
467467
</dependency>
468+
<dependency>
469+
<groupId>io.jenkins.plugins</groupId>
470+
<artifactId>jakarta-xml-bind-api</artifactId>
471+
<version>4.0.5-3.v3d5b_a_73965b_9</version>
472+
</dependency>
468473
<dependency>
469474
<groupId>io.jenkins.plugins</groupId>
470475
<artifactId>javax-activation-api</artifactId>

sample-plugin/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
</dependencies>
3030
</dependencyManagement>
3131
<dependencies>
32+
<dependency>
33+
<groupId>io.jenkins.plugins</groupId>
34+
<artifactId>jakarta-xml-bind-api</artifactId>
35+
</dependency>
3236
<dependency>
3337
<groupId>org.jenkins-ci.plugins.workflow</groupId>
3438
<artifactId>workflow-step-api</artifactId>

0 commit comments

Comments
 (0)