1<?xml version='1.0' encoding='UTF-8'?> 2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.google.cloud</groupId> 5 <artifactId>google-cloud-bigquery-data-exchange</artifactId> 6 <version>2.12.0</version><!-- {x-version-update:google-cloud-bigquery-data-exchange:current} --> 7 <packaging>jar</packaging> 8 <name>Google Analytics Hub</name> 9 <description>Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost.</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-cloud-bigquery-data-exchange-parent</artifactId> 13 <version>2.12.0</version><!-- {x-version-update:google-cloud-bigquery-data-exchange:current} --> 14 </parent> 15 <properties> 16 <site.installationModule>google-cloud-bigquery-data-exchange</site.installationModule> 17 </properties> 18 <dependencies> 19 <dependency> 20 <groupId>io.grpc</groupId> 21 <artifactId>grpc-api</artifactId> 22 </dependency> 23 <dependency> 24 <groupId>io.grpc</groupId> 25 <artifactId>grpc-stub</artifactId> 26 </dependency> 27 <dependency> 28 <groupId>io.grpc</groupId> 29 <artifactId>grpc-protobuf</artifactId> 30 </dependency> 31 <dependency> 32 <groupId>com.google.api</groupId> 33 <artifactId>api-common</artifactId> 34 </dependency> 35 <dependency> 36 <groupId>com.google.protobuf</groupId> 37 <artifactId>protobuf-java</artifactId> 38 </dependency> 39 <dependency> 40 <groupId>com.google.api.grpc</groupId> 41 <artifactId>proto-google-common-protos</artifactId> 42 </dependency> 43 <dependency> 44 <groupId>com.google.api.grpc</groupId> 45 <artifactId>grpc-google-common-protos</artifactId> 46 </dependency> 47 <dependency> 48 <groupId>com.google.api.grpc</groupId> 49 <artifactId>proto-google-iam-v1</artifactId> 50 </dependency> 51 52 <dependency> 53 <groupId>com.google.api.grpc</groupId> 54 <artifactId>proto-google-cloud-bigquery-data-exchange-v1beta1</artifactId> 55 </dependency> 56 <dependency> 57 <groupId>com.google.guava</groupId> 58 <artifactId>guava</artifactId> 59 </dependency> 60 <dependency> 61 <groupId>com.google.api</groupId> 62 <artifactId>gax</artifactId> 63 </dependency> 64 <dependency> 65 <groupId>com.google.api</groupId> 66 <artifactId>gax-grpc</artifactId> 67 </dependency> 68 <dependency> 69 <groupId>com.google.api</groupId> 70 <artifactId>gax-httpjson</artifactId> 71 </dependency> 72 <dependency> 73 <groupId>org.threeten</groupId> 74 <artifactId>threetenbp</artifactId> 75 </dependency> 76 77 <!-- Test dependencies --> 78 <dependency> 79 <groupId>junit</groupId> 80 <artifactId>junit</artifactId> 81 <scope>test</scope> 82 </dependency> 83 84 <dependency> 85 <groupId>com.google.api.grpc</groupId> 86 <artifactId>grpc-google-cloud-bigquery-data-exchange-v1beta1</artifactId> 87 <scope>test</scope> 88 </dependency> 89 <!-- Need testing utility classes for generated gRPC clients tests --> 90 <dependency> 91 <groupId>com.google.api</groupId> 92 <artifactId>gax</artifactId> 93 <classifier>testlib</classifier> 94 <scope>test</scope> 95 </dependency> 96 <dependency> 97 <groupId>com.google.api</groupId> 98 <artifactId>gax-grpc</artifactId> 99 <classifier>testlib</classifier> 100 <scope>test</scope> 101 </dependency> 102 <dependency> 103 <groupId>com.google.api</groupId> 104 <artifactId>gax-httpjson</artifactId> 105 <classifier>testlib</classifier> 106 <scope>test</scope> 107 </dependency> 108 </dependencies> 109</project> 110