From f27404b16946a778bbe74d1ff6c3147a291b913c Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Fri, 4 Jun 2021 14:01:04 +0200 Subject: [PATCH] ClassNotFoundException: com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper in Google Storage, PubSub and BigQuery test #2692 Fixed by the upgrade to Quarkus 2.0.0.CR3 This reverts commit ff1bf3a191db256a7a3835715a615dd8e5467d5c. --- integration-tests/google-bigquery/pom.xml | 4 ++-- integration-tests/google-pubsub/pom.xml | 4 ++-- integration-tests/google-storage/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index ab12119b8df6..09f8b0ef83e4 100644 --- a/integration-tests/google-bigquery/pom.xml +++ b/integration-tests/google-bigquery/pom.xml @@ -77,10 +77,10 @@ - native-off + native - native-off + native diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml index 4968b583c6a2..b0888786db4d 100644 --- a/integration-tests/google-pubsub/pom.xml +++ b/integration-tests/google-pubsub/pom.xml @@ -74,10 +74,10 @@ - native-off + native - native-off + native diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml index e877063a3f1f..f534a8ce48fe 100644 --- a/integration-tests/google-storage/pom.xml +++ b/integration-tests/google-storage/pom.xml @@ -112,10 +112,10 @@ - native-off + native - native-off + native