From aebb5315dce9204a8004ab26aa137a612338fa81 Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Fri, 8 Dec 2023 11:23:09 +0100 Subject: [PATCH] Add joda-time-api and json-api plugins to managed set --- bom-weekly/pom.xml | 10 ++++++++++ sample-plugin/pom.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 403855d64..663640331 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -308,11 +308,21 @@ jnr-posix-api 3.1.18-1 + + io.jenkins.plugins + joda-time-api + 2.12.5-5.v5495a_235fedf + io.jenkins.plugins jquery3-api 3.7.1-1 + + io.jenkins.plugins + json-api + 20231013-3.v20f3c247f2fe + io.jenkins.plugins okhttp-api diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 97e7c62ef..5871fe2ad 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -271,11 +271,21 @@ jnr-posix-api test + + io.jenkins.plugins + joda-time-api + test + io.jenkins.plugins jquery3-api test + + io.jenkins.plugins + json-api + test + io.jenkins.plugins okhttp-api