From 6133d3249396e44433ced02d5dfe24d4d130ffe3 Mon Sep 17 00:00:00 2001 From: Jonathan Breedlove Date: Mon, 17 Feb 2025 14:39:29 -0800 Subject: [PATCH] Make keystore custom cert injection additive --- plugin/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 2a5b4846..5ec2d85a 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -151,7 +151,21 @@ runtime true ${project.build.directory}/dependency - io.reactivex,software.amazon.awssdk,com.fasterxml.jackson,com.nimbusds,jakarta.inject,commons-codec,org.apache.httpcomponents,org.reactivestreams,org.apache.maven,org.bidib.com.github.markusbernhardt + + io.reactivex, + software.amazon.awssdk, + com.fasterxml.jackson, + com.nimbusds,jakarta.inject, + commons-codec, + org.apache.httpcomponents, + org.reactivestreams, + org.apache.maven, + org.bidib.com.github.markusbernhardt, + net.java.dev.jna, + org.ini4j, + org.javadelight, + org.slf4j +