From c7e51335cfbd8ead9444edf60fb490689045c626 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 12 Feb 2025 15:14:37 -0800 Subject: [PATCH] Fix scope of dependencies --- pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 71fc4bd..57747e6 100644 --- a/pom.xml +++ b/pom.xml @@ -45,21 +45,6 @@ pom import - - net.minidev - accessors-smart - ${json-smart.version} - - - net.minidev - json-smart - ${json-smart.version} - - - net.minidev - json-smart-action - ${json-smart.version} - @@ -100,6 +85,21 @@ io.jenkins.plugins asm-api + + net.minidev + accessors-smart + ${json-smart.version} + + + net.minidev + json-smart + ${json-smart.version} + + + net.minidev + json-smart-action + ${json-smart.version} +