bigquery-connector-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.cloud.spark</groupId> <artifactId>bigquery-connector-common</artifactId> <version>0.42.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.google.cloud.spark</groupId> <artifactId>spark-bigquery-parent</artifactId> <version>0.42.4</version> <relativePath>../spark-bigquery-parent</relativePath> </parent> <groupId>com.google.cloud.spark</groupId> <artifactId>bigquery-connector-common</artifactId> <version>0.42.4</version> <name>BigQuery Connector Common Library</name> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-bigquerystorage-v1</artifactId> </dependency> <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.8.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigquery</artifactId> <exclusions> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigquerystorage</artifactId> <exclusions> <exclusion> <groupId>io.grpc</groupId> <artifactId>grpc-netty-shaded</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId> </exclusion> <exclusion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>5.1.0</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-api</artifactId> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> </dependency> <dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-memory-netty</artifactId> </dependency> <dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-vector</artifactId> </dependency> <dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-memory-core</artifactId> </dependency> <dependency> <groupId>com.google.api</groupId> <artifactId>gax-grpc</artifactId> <version>${gax.version}</version> <classifier>testlib</classifier> <scope>test</scope> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigquerystorage</artifactId> <version>${google-cloud-bigquerystorage.version}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>