From 2b37dd37d45bc32070816934304eb3f599ec6101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Ko=CC=88bler?= Date: Tue, 8 Oct 2024 12:29:30 +0200 Subject: [PATCH] exclude javax.* dependencies introduced by shrinkwrap update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolves #160 Signed-off-by: Niko KoĢˆbler --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index cf28060..f97aca1 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,12 @@ org.jboss.shrinkwrap shrinkwrap-impl-base ${shrinkwrap.version} + + + com.sun.activation + javax.activation + + org.slf4j