From c73d9e50ce5c8eb2b80a4b643db88ab3779d05ae Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 11 Apr 2024 16:29:52 -0700 Subject: [PATCH] Remove dependency on activation-api --- .../src/main/archetype/mp/common/common-mp.xml | 4 ---- grpc/metrics/pom.xml | 5 ----- integrations/micrometer/cdi/pom.xml | 5 ----- microprofile/fault-tolerance/pom.xml | 6 ------ microprofile/grpc/server/pom.xml | 12 ------------ microprofile/metrics/pom.xml | 5 ----- microprofile/tests/tck/tck-fault-tolerance/pom.xml | 5 ----- microprofile/tests/tck/tck-health/pom.xml | 5 ----- microprofile/tests/tck/tck-metrics/pom.xml | 5 ----- microprofile/tests/tck/tck-openapi/pom.xml | 5 ----- microprofile/tracing/pom.xml | 6 ------ security/integration/grpc/pom.xml | 5 ----- security/integration/webserver/pom.xml | 5 ----- security/providers/http-auth/pom.xml | 5 ----- service-common/rest-cdi/pom.xml | 5 ----- tests/integration/jpa/simple/pom.xml | 4 ---- tests/integration/oidc/pom.xml | 7 +------ tests/integration/zipkin-mp-2.2/pom.xml | 5 ----- webserver/jersey/pom.xml | 10 ---------- webserver/webserver/pom.xml | 5 ----- 20 files changed, 1 insertion(+), 113 deletions(-) diff --git a/archetypes/helidon/src/main/archetype/mp/common/common-mp.xml b/archetypes/helidon/src/main/archetype/mp/common/common-mp.xml index aee281aafc9..6ed9f0e1b55 100644 --- a/archetypes/helidon/src/main/archetype/mp/common/common-mp.xml +++ b/archetypes/helidon/src/main/archetype/mp/common/common-mp.xml @@ -32,10 +32,6 @@ jandex runtime - - jakarta.activation - jakarta.activation-api - org.junit.jupiter junit-jupiter-api diff --git a/grpc/metrics/pom.xml b/grpc/metrics/pom.xml index f86bd1bef63..986477cf788 100644 --- a/grpc/metrics/pom.xml +++ b/grpc/metrics/pom.xml @@ -70,11 +70,6 @@ mockito-core test - - jakarta.activation - jakarta.activation-api - test - io.helidon.webclient helidon-webclient diff --git a/integrations/micrometer/cdi/pom.xml b/integrations/micrometer/cdi/pom.xml index 945754bb63e..3f848f25017 100644 --- a/integrations/micrometer/cdi/pom.xml +++ b/integrations/micrometer/cdi/pom.xml @@ -85,11 +85,6 @@ jakarta.enterprise jakarta.enterprise.cdi-api - - jakarta.activation - jakarta.activation-api - true - org.junit.jupiter junit-jupiter-api diff --git a/microprofile/fault-tolerance/pom.xml b/microprofile/fault-tolerance/pom.xml index 898a29647d3..002170f98bc 100644 --- a/microprofile/fault-tolerance/pom.xml +++ b/microprofile/fault-tolerance/pom.xml @@ -104,12 +104,6 @@ org.jboss.weld weld-spi - - - jakarta.activation - jakarta.activation-api - provided - io.helidon.microprofile.metrics helidon-microprofile-metrics diff --git a/microprofile/grpc/server/pom.xml b/microprofile/grpc/server/pom.xml index 2ba7c107da4..04fda7b5504 100644 --- a/microprofile/grpc/server/pom.xml +++ b/microprofile/grpc/server/pom.xml @@ -44,18 +44,6 @@ jakarta.enterprise.cdi-api provided - - - jakarta.activation - jakarta.activation-api - provided - - io.helidon.microprofile.config helidon-microprofile-config diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml index 9f34b87221c..bcf0d35095c 100644 --- a/microprofile/metrics/pom.xml +++ b/microprofile/metrics/pom.xml @@ -40,11 +40,6 @@ jakarta.enterprise.cdi-api provided - - jakarta.activation - jakarta.activation-api - provided - io.helidon.common helidon-common diff --git a/microprofile/tests/tck/tck-fault-tolerance/pom.xml b/microprofile/tests/tck/tck-fault-tolerance/pom.xml index 757f684afe1..002e0e25e89 100644 --- a/microprofile/tests/tck/tck-fault-tolerance/pom.xml +++ b/microprofile/tests/tck/tck-fault-tolerance/pom.xml @@ -46,11 +46,6 @@ helidon-microprofile test - - jakarta.activation - jakarta.activation-api - test - org.jboss.arquillian.testng arquillian-testng-container diff --git a/microprofile/tests/tck/tck-health/pom.xml b/microprofile/tests/tck/tck-health/pom.xml index aedfd893dff..77656363880 100644 --- a/microprofile/tests/tck/tck-health/pom.xml +++ b/microprofile/tests/tck/tck-health/pom.xml @@ -56,11 +56,6 @@ com.google.guava guava - - jakarta.activation - jakarta.activation-api - test - diff --git a/microprofile/tests/tck/tck-metrics/pom.xml b/microprofile/tests/tck/tck-metrics/pom.xml index 1866aabd833..98b5b4ab527 100644 --- a/microprofile/tests/tck/tck-metrics/pom.xml +++ b/microprofile/tests/tck/tck-metrics/pom.xml @@ -101,11 +101,6 @@ slf4j-simple test - - jakarta.activation - jakarta.activation-api - test - diff --git a/microprofile/tests/tck/tck-openapi/pom.xml b/microprofile/tests/tck/tck-openapi/pom.xml index 342a7259b77..7c4b141e89e 100644 --- a/microprofile/tests/tck/tck-openapi/pom.xml +++ b/microprofile/tests/tck/tck-openapi/pom.xml @@ -78,11 +78,6 @@ parsson test - - jakarta.activation - jakarta.activation-api - test - diff --git a/microprofile/tracing/pom.xml b/microprofile/tracing/pom.xml index 3d37bdbe13b..ec318ffd236 100644 --- a/microprofile/tracing/pom.xml +++ b/microprofile/tracing/pom.xml @@ -76,12 +76,6 @@ io.helidon.tracing helidon-tracing-tracer-resolver - - - jakarta.activation - jakarta.activation-api - provided - org.junit.jupiter junit-jupiter-api diff --git a/security/integration/grpc/pom.xml b/security/integration/grpc/pom.xml index 011ba16344e..9d829242d43 100644 --- a/security/integration/grpc/pom.xml +++ b/security/integration/grpc/pom.xml @@ -116,11 +116,6 @@ mockito-core test - - jakarta.activation - jakarta.activation-api - test -