From 652f099f2cbf78ccd3c74f78ff083cc638f3518d Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Tue, 11 Jun 2024 07:37:15 +0200 Subject: [PATCH] 4.x: add helidon-logging-jul as a test dependency to some modules #779 (#8810) Signed-off-by: Jorge Bescos Gascon --- examples/microprofile/cors/pom.xml | 5 +++++ examples/microprofile/static-content/pom.xml | 5 +++++ http/tests/encoding/deflate/pom.xml | 5 +++++ http/tests/encoding/gzip/pom.xml | 5 +++++ integrations/micrometer/cdi/pom.xml | 5 +++++ microprofile/health/pom.xml | 5 +++++ microprofile/lra/jax-rs/pom.xml | 5 +++++ microprofile/metrics/pom.xml | 5 +++++ microprofile/security/pom.xml | 5 +++++ microprofile/tests/tck/tck-config/pom.xml | 5 +++++ microprofile/tests/tck/tck-telemetry/pom.xml | 5 +++++ microprofile/tracing/pom.xml | 5 +++++ security/providers/oidc-common/pom.xml | 5 +++++ security/providers/oidc/pom.xml | 5 +++++ tests/functional/context-propagation/pom.xml | 5 +++++ tests/functional/jax-rs-multiple-apps/pom.xml | 5 +++++ tests/functional/jax-rs-subresource/pom.xml | 5 +++++ tests/functional/mp-compression/pom.xml | 5 +++++ tests/functional/request-scope-cdi/pom.xml | 5 +++++ tests/functional/request-scope-injection/pom.xml | 5 +++++ tests/functional/request-scope/pom.xml | 5 +++++ tests/integration/jms/pom.xml | 5 +++++ tests/integration/jpa/appl/pom.xml | 5 +++++ tests/integration/jpa/simple/pom.xml | 5 +++++ tests/integration/kafka/pom.xml | 5 +++++ tracing/tests/it-tracing-client-zipkin/pom.xml | 5 +++++ webclient/tests/webclient/pom.xml | 5 +++++ webserver/testing/junit5/websocket/pom.xml | 5 +++++ webserver/tests/grpc/pom.xml | 5 +++++ webserver/tests/resource-limits/pom.xml | 5 +++++ 30 files changed, 150 insertions(+) diff --git a/examples/microprofile/cors/pom.xml b/examples/microprofile/cors/pom.xml index 468382208c1..86a58ad8791 100644 --- a/examples/microprofile/cors/pom.xml +++ b/examples/microprofile/cors/pom.xml @@ -75,6 +75,11 @@ helidon-http-media-jsonb test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/examples/microprofile/static-content/pom.xml b/examples/microprofile/static-content/pom.xml index a5cf009b6ed..c1dfca561c3 100644 --- a/examples/microprofile/static-content/pom.xml +++ b/examples/microprofile/static-content/pom.xml @@ -60,6 +60,11 @@ hamcrest-all test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/http/tests/encoding/deflate/pom.xml b/http/tests/encoding/deflate/pom.xml index 223b841c266..9485a7f5c7b 100644 --- a/http/tests/encoding/deflate/pom.xml +++ b/http/tests/encoding/deflate/pom.xml @@ -60,5 +60,10 @@ hamcrest-all test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/http/tests/encoding/gzip/pom.xml b/http/tests/encoding/gzip/pom.xml index e7d73b704b4..2c5c0d387fc 100644 --- a/http/tests/encoding/gzip/pom.xml +++ b/http/tests/encoding/gzip/pom.xml @@ -65,5 +65,10 @@ helidon-webserver-static-content test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/integrations/micrometer/cdi/pom.xml b/integrations/micrometer/cdi/pom.xml index b1429cfabe3..c3ca6becc0b 100644 --- a/integrations/micrometer/cdi/pom.xml +++ b/integrations/micrometer/cdi/pom.xml @@ -108,6 +108,11 @@ helidon-common-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/health/pom.xml b/microprofile/health/pom.xml index d4e7b3362a4..e504fe15795 100644 --- a/microprofile/health/pom.xml +++ b/microprofile/health/pom.xml @@ -80,6 +80,11 @@ helidon-microprofile-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/lra/jax-rs/pom.xml b/microprofile/lra/jax-rs/pom.xml index 21a0b9fb708..a463007a48e 100644 --- a/microprofile/lra/jax-rs/pom.xml +++ b/microprofile/lra/jax-rs/pom.xml @@ -97,6 +97,11 @@ io.helidon.webclient test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml index 72025101774..0658cc1a4f8 100644 --- a/microprofile/metrics/pom.xml +++ b/microprofile/metrics/pom.xml @@ -103,6 +103,11 @@ helidon-common-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/security/pom.xml b/microprofile/security/pom.xml index de84ae33c25..ead9cde3743 100644 --- a/microprofile/security/pom.xml +++ b/microprofile/security/pom.xml @@ -99,6 +99,11 @@ helidon-security-providers-http-auth test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/tests/tck/tck-config/pom.xml b/microprofile/tests/tck/tck-config/pom.xml index d230939218e..5f4a3dd8ba2 100644 --- a/microprofile/tests/tck/tck-config/pom.xml +++ b/microprofile/tests/tck/tck-config/pom.xml @@ -69,6 +69,11 @@ testng test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/tests/tck/tck-telemetry/pom.xml b/microprofile/tests/tck/tck-telemetry/pom.xml index c80bf114bbf..7cc9a288a60 100644 --- a/microprofile/tests/tck/tck-telemetry/pom.xml +++ b/microprofile/tests/tck/tck-telemetry/pom.xml @@ -76,6 +76,11 @@ testng test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/microprofile/tracing/pom.xml b/microprofile/tracing/pom.xml index cc4b911e5b8..4abedf4e277 100644 --- a/microprofile/tracing/pom.xml +++ b/microprofile/tracing/pom.xml @@ -100,6 +100,11 @@ microprofile-rest-client-api compile + + io.helidon.logging + helidon-logging-jul + test + diff --git a/security/providers/oidc-common/pom.xml b/security/providers/oidc-common/pom.xml index 24baca678d1..a2be414384a 100644 --- a/security/providers/oidc-common/pom.xml +++ b/security/providers/oidc-common/pom.xml @@ -113,6 +113,11 @@ hamcrest-core test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/security/providers/oidc/pom.xml b/security/providers/oidc/pom.xml index 19817daff75..fe634819c7e 100644 --- a/security/providers/oidc/pom.xml +++ b/security/providers/oidc/pom.xml @@ -117,6 +117,11 @@ jakarta.inject-api provided + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/context-propagation/pom.xml b/tests/functional/context-propagation/pom.xml index ca1caa7158f..1f326134ed4 100644 --- a/tests/functional/context-propagation/pom.xml +++ b/tests/functional/context-propagation/pom.xml @@ -70,5 +70,10 @@ junit-jupiter-params test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/jax-rs-multiple-apps/pom.xml b/tests/functional/jax-rs-multiple-apps/pom.xml index d02e65b8ebd..83e9cacdc95 100644 --- a/tests/functional/jax-rs-multiple-apps/pom.xml +++ b/tests/functional/jax-rs-multiple-apps/pom.xml @@ -59,5 +59,10 @@ helidon-microprofile-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/jax-rs-subresource/pom.xml b/tests/functional/jax-rs-subresource/pom.xml index 1ce66bc7b29..26fa0c56d9e 100644 --- a/tests/functional/jax-rs-subresource/pom.xml +++ b/tests/functional/jax-rs-subresource/pom.xml @@ -59,5 +59,10 @@ junit-jupiter-params test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/mp-compression/pom.xml b/tests/functional/mp-compression/pom.xml index 6930d5c769f..14553630d98 100644 --- a/tests/functional/mp-compression/pom.xml +++ b/tests/functional/mp-compression/pom.xml @@ -52,5 +52,10 @@ helidon-microprofile-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/request-scope-cdi/pom.xml b/tests/functional/request-scope-cdi/pom.xml index b41855dbfab..70c44401279 100644 --- a/tests/functional/request-scope-cdi/pom.xml +++ b/tests/functional/request-scope-cdi/pom.xml @@ -59,5 +59,10 @@ helidon-microprofile-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/request-scope-injection/pom.xml b/tests/functional/request-scope-injection/pom.xml index d319fbfc610..87108448c12 100644 --- a/tests/functional/request-scope-injection/pom.xml +++ b/tests/functional/request-scope-injection/pom.xml @@ -57,5 +57,10 @@ junit-jupiter-params test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/functional/request-scope/pom.xml b/tests/functional/request-scope/pom.xml index a954602a778..dc97e94e903 100644 --- a/tests/functional/request-scope/pom.xml +++ b/tests/functional/request-scope/pom.xml @@ -59,5 +59,10 @@ helidon-microprofile-testing-junit5 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/integration/jms/pom.xml b/tests/integration/jms/pom.xml index b57db082739..5607dc7b3b4 100644 --- a/tests/integration/jms/pom.xml +++ b/tests/integration/jms/pom.xml @@ -78,5 +78,10 @@ slf4j-jdk14 test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/integration/jpa/appl/pom.xml b/tests/integration/jpa/appl/pom.xml index cbdb2cb2c2a..7c6c69c2805 100644 --- a/tests/integration/jpa/appl/pom.xml +++ b/tests/integration/jpa/appl/pom.xml @@ -120,6 +120,11 @@ hamcrest-all test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/integration/jpa/simple/pom.xml b/tests/integration/jpa/simple/pom.xml index 4a2a47d241f..0f8331e3ede 100644 --- a/tests/integration/jpa/simple/pom.xml +++ b/tests/integration/jpa/simple/pom.xml @@ -121,6 +121,11 @@ slf4j-jdk14 runtime + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tests/integration/kafka/pom.xml b/tests/integration/kafka/pom.xml index 69cd54271b1..901bebb6ddd 100644 --- a/tests/integration/kafka/pom.xml +++ b/tests/integration/kafka/pom.xml @@ -134,5 +134,10 @@ org.slf4j slf4j-jdk14 + + io.helidon.logging + helidon-logging-jul + test + diff --git a/tracing/tests/it-tracing-client-zipkin/pom.xml b/tracing/tests/it-tracing-client-zipkin/pom.xml index 12198ea036a..c96ae79683c 100644 --- a/tracing/tests/it-tracing-client-zipkin/pom.xml +++ b/tracing/tests/it-tracing-client-zipkin/pom.xml @@ -72,5 +72,10 @@ mockito-core test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/webclient/tests/webclient/pom.xml b/webclient/tests/webclient/pom.xml index 9eb0e73d633..855dc1e41b4 100644 --- a/webclient/tests/webclient/pom.xml +++ b/webclient/tests/webclient/pom.xml @@ -119,5 +119,10 @@ opentracing-mock test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/webserver/testing/junit5/websocket/pom.xml b/webserver/testing/junit5/websocket/pom.xml index 83faec38b9b..0eb67b59e54 100644 --- a/webserver/testing/junit5/websocket/pom.xml +++ b/webserver/testing/junit5/websocket/pom.xml @@ -52,5 +52,10 @@ hamcrest-all provided + + io.helidon.logging + helidon-logging-jul + test + diff --git a/webserver/tests/grpc/pom.xml b/webserver/tests/grpc/pom.xml index 5dde2e4d8a6..4df3e1137f1 100644 --- a/webserver/tests/grpc/pom.xml +++ b/webserver/tests/grpc/pom.xml @@ -65,6 +65,11 @@ grpc-netty test + + io.helidon.logging + helidon-logging-jul + test + diff --git a/webserver/tests/resource-limits/pom.xml b/webserver/tests/resource-limits/pom.xml index e30549708be..17ea031f950 100644 --- a/webserver/tests/resource-limits/pom.xml +++ b/webserver/tests/resource-limits/pom.xml @@ -77,5 +77,10 @@ hamcrest-all test + + io.helidon.logging + helidon-logging-jul + test + \ No newline at end of file