From e5c694c14939ff2542beeec7723fcdce2c7c1202 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Tue, 21 May 2024 13:44:09 +0200 Subject: [PATCH] Fix compile issue in example resulting from undeclared transient use of a json lib --- examples/mp-rest-jwt-principal/pom.xml | 6 ++++++ examples/mp-rest-jwt-public-key/pom.xml | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/examples/mp-rest-jwt-principal/pom.xml b/examples/mp-rest-jwt-principal/pom.xml index 178a2931874..76c9f58906d 100644 --- a/examples/mp-rest-jwt-principal/pom.xml +++ b/examples/mp-rest-jwt-principal/pom.xml @@ -95,6 +95,12 @@ 9.39.1 test + + net.minidev + json-smart + 1.3.1 + test + junit junit diff --git a/examples/mp-rest-jwt-public-key/pom.xml b/examples/mp-rest-jwt-public-key/pom.xml index f0fa4cc30c6..02f6d60ca30 100644 --- a/examples/mp-rest-jwt-public-key/pom.xml +++ b/examples/mp-rest-jwt-public-key/pom.xml @@ -121,6 +121,13 @@ test + + net.minidev + json-smart + 1.3.1 + test + +