From f784e2f7579b88e1c2ec226cb0a4cf7cab7eccfc Mon Sep 17 00:00:00 2001 From: oleg-odysseus Date: Fri, 14 Feb 2025 13:36:50 +0100 Subject: [PATCH] Fixed NoClassDefFound error with BigQuery JDBC Driver --- pom.xml | 177 +++----------------------------------------------------- 1 file changed, 7 insertions(+), 170 deletions(-) diff --git a/pom.xml b/pom.xml index 651c6c3332..01e70db4b4 100644 --- a/pom.xml +++ b/pom.xml @@ -1496,180 +1496,17 @@ - com.google.api-client - google-api-client - 1.33.4 + com.google.guava + guava + 31.1-jre - com.google.apis - google-api-services-bigquery - v2-rev20220326-1.32.1 - - - com.google.cloud - google-cloud-bigquery - 1.2.15 - - - com.google.http-client - google-http-client - 1.41.5 - - - com.google.http-client - google-http-client-gson - 1.41.5 - - - com.google.oauth-client - google-oauth-client - 1.33.3 - - - com.google.cloud - google-cloud-bigquerystorage - 2.12.0 - - - com.google.auth - google-auth-library-oauth2-http - 1.6.0 - - - com.google.auth - google-auth-library-credentials - 1.6.0 - - - com.google.api - gax - 2.13.0 - - - com.google.api - gax-grpc - 2.13.0 - - - com.google.api.grpc - proto-google-cloud-bigquerystorage-v1 - 2.12.0 - - - io.opencensus - opencensus-contrib-http-util - 0.31.0 + com.odysseusinc.executionengine.drivers + google-bigquery-simba-jdbc42 + 1.2.23 - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - - google-api-client - initialize - - install-file - - - com.google.api-client - google-api-client - 1.33.4 - jar - ${bigquery.classpath}/google-api-client-1.33.4.jar - - - - google-api-services-bigquery - initialize - - install-file - - - com.google.apis - google-api-services-bigquery - v2-rev20220326-1.32.1 - jar - ${bigquery.classpath}/google-api-services-bigquery-v2-rev20220326-1.32.1.jar - - - - google-cloud-bigquery - initialize - - install-file - - - com.google.cloud - google-cloud-bigquery - 1.2.15 - jar - ${bigquery.classpath}/GoogleBigQueryJDBC42.jar - - - - google-http-client - initialize - - install-file - - - com.google.http-client - google-http-client - 1.41.5 - jar - ${bigquery.classpath}/google-http-client-1.41.5.jar - - - - google-http-client-gson - initialize - - install-file - - - com.google.http-client - google-http-client-gson - 1.41.5 - jar - ${bigquery.classpath}/google-http-client-gson-1.41.5.jar - - - - google-oauth-client - initialize - - install-file - - - com.google.oauth-client - google-oauth-client - 1.33.1 - jar - ${bigquery.classpath}/google-oauth-client-1.33.1.jar - - - - google-cloud-bigquerystorage - initialize - - install-file - - - com.google.cloud - google-cloud-bigquerystorage - 2.12.0 - jar - ${bigquery.classpath}/google-cloud-bigquerystorage-2.12.0.jar - - - - - - + webapi-hive