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-biglake</artifactId> 6 <version>0.5.0</version><!-- {x-version-update:google-cloud-biglake:current} --> 7 <packaging>jar</packaging> 8 <name>Google BigLake</name> 9 <description>BigLake The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-cloud-biglake-parent</artifactId> 13 <version>0.5.0</version><!-- {x-version-update:google-cloud-biglake:current} --> 14 </parent> 15 <properties> 16 <site.installationModule>google-cloud-biglake</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 44 <dependency> 45 <groupId>com.google.api.grpc</groupId> 46 <artifactId>proto-google-cloud-biglake-v1</artifactId> 47 </dependency> 48 <dependency> 49 <groupId>com.google.api.grpc</groupId> 50 <artifactId>proto-google-cloud-biglake-v1alpha1</artifactId> 51 </dependency> 52 <dependency> 53 <groupId>com.google.guava</groupId> 54 <artifactId>guava</artifactId> 55 </dependency> 56 <dependency> 57 <groupId>com.google.api</groupId> 58 <artifactId>gax</artifactId> 59 </dependency> 60 <dependency> 61 <groupId>com.google.api</groupId> 62 <artifactId>gax-grpc</artifactId> 63 </dependency> 64 <dependency> 65 <groupId>com.google.api</groupId> 66 <artifactId>gax-httpjson</artifactId> 67 </dependency> 68 <dependency> 69 <groupId>com.google.api.grpc</groupId> 70 <artifactId>grpc-google-common-protos</artifactId> 71 </dependency> 72 <dependency> 73 <groupId>com.google.api.grpc</groupId> 74 <artifactId>grpc-google-cloud-biglake-v1</artifactId> 75 <scope>test</scope> 76 </dependency> 77 <dependency> 78 <groupId>com.google.api.grpc</groupId> 79 <artifactId>proto-google-iam-v1</artifactId> 80 </dependency> 81 <dependency> 82 <groupId>com.google.api.grpc</groupId> 83 <artifactId>grpc-google-iam-v1</artifactId> 84 </dependency> 85 <dependency> 86 <groupId>org.threeten</groupId> 87 <artifactId>threetenbp</artifactId> 88 </dependency> 89 90 <!-- Test dependencies --> 91 <dependency> 92 <groupId>junit</groupId> 93 <artifactId>junit</artifactId> 94 <scope>test</scope> 95 </dependency> 96 97 <dependency> 98 <groupId>com.google.api.grpc</groupId> 99 <artifactId>grpc-google-cloud-biglake-v1alpha1</artifactId> 100 <scope>test</scope> 101 </dependency> 102 <!-- Need testing utility classes for generated gRPC clients tests --> 103 <dependency> 104 <groupId>com.google.api</groupId> 105 <artifactId>gax</artifactId> 106 <classifier>testlib</classifier> 107 <scope>test</scope> 108 </dependency> 109 <dependency> 110 <groupId>com.google.api</groupId> 111 <artifactId>gax-grpc</artifactId> 112 <classifier>testlib</classifier> 113 <scope>test</scope> 114 </dependency> 115 <dependency> 116 <groupId>com.google.api</groupId> 117 <artifactId>gax-httpjson</artifactId> 118 <classifier>testlib</classifier> 119 <scope>test</scope> 120 </dependency> 121 </dependencies> 122</project> 123