From e7377f7c55fa98539e533c066d94359f90fdda78 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Fri, 12 Apr 2024 17:21:52 -0700 Subject: [PATCH] Remove dependencies on jakarta.activation-api --- examples/jbatch/pom.xml | 5 ----- examples/messaging/weblogic-jms-mp/pom.xml | 5 ----- examples/microprofile/http-status-count-mp/pom.xml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/examples/jbatch/pom.xml b/examples/jbatch/pom.xml index 8964f2f0..488f4430 100644 --- a/examples/jbatch/pom.xml +++ b/examples/jbatch/pom.xml @@ -73,11 +73,6 @@ - - jakarta.activation - jakarta.activation-api - runtime - org.jboss jandex diff --git a/examples/messaging/weblogic-jms-mp/pom.xml b/examples/messaging/weblogic-jms-mp/pom.xml index 679801dc..225d41a6 100644 --- a/examples/messaging/weblogic-jms-mp/pom.xml +++ b/examples/messaging/weblogic-jms-mp/pom.xml @@ -56,11 +56,6 @@ runtime true - - jakarta.activation - jakarta.activation-api - runtime - diff --git a/examples/microprofile/http-status-count-mp/pom.xml b/examples/microprofile/http-status-count-mp/pom.xml index f53f8085..a0610a25 100644 --- a/examples/microprofile/http-status-count-mp/pom.xml +++ b/examples/microprofile/http-status-count-mp/pom.xml @@ -55,11 +55,6 @@ jandex runtime - - jakarta.activation - jakarta.activation-api - runtime - io.helidon.microprofile.bundles helidon-microprofile-core