From 3351fa2fb6624a06c9ad31778885d8a4a939c26a Mon Sep 17 00:00:00 2001 From: Roger Abelenda Date: Tue, 17 Aug 2021 16:44:06 -0300 Subject: [PATCH] Realocate shaded dependencies to avoid conflicts with other jmeter or plugins dependencies --- pom.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f39ae57..d8a40a6 100644 --- a/pom.xml +++ b/pom.xml @@ -291,7 +291,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.4.1 + 3.2.4 @@ -309,6 +309,34 @@ net.java.dev.jna:* + + + com. + io.github.delirius325.com. + + com.amazonaws.* + com.fasterxml.* + com.google.* + + + + org. + io.github.delirius325.org. + + org.elasticsearch.* + org.joda.* + org.json.* + + + + software. + io.github.delirius325.software. + + + vc. + io.github.delirius325.vc. + +