From 4cc1fa1847a981322b89a241168d3844386edb09 Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Wed, 13 Mar 2024 00:03:45 +0100 Subject: [PATCH] Use `json-path-api` plugin (#363) Signed-off-by: Valentin Delaye --- pom.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 358a81c..dc7bf09 100644 --- a/pom.xml +++ b/pom.xml @@ -84,11 +84,6 @@ pom import - - com.google.code.gson - gson - 2.10.1 - @@ -129,6 +124,10 @@ com.google.guava guava + + com.google.http-client + google-http-client-jackson2 + @@ -177,6 +176,10 @@ google-oauth-client 1.34.1 + + com.google.code.gson + gson + com.google.guava @@ -189,16 +192,12 @@ - com.jayway.jsonpath - json-path - 2.8.0 - - - - org.slf4j - slf4j-api - - + io.jenkins.plugins + gson-api + + + io.jenkins.plugins + json-path-api io.jenkins.plugins