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-dataproc-metastore</artifactId> 6 <version>2.18.0</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} --> 7 <packaging>jar</packaging> 8 <name>Google Dataproc Metastore</name> 9 <description>is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes.</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-cloud-dataproc-metastore-parent</artifactId> 13 <version>2.18.0</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} --> 14 </parent> 15 <properties> 16 <site.installationModule>google-cloud-dataproc-metastore</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>proto-google-iam-v1</artifactId> 46 </dependency> 47 48 <dependency> 49 <groupId>com.google.api.grpc</groupId> 50 <artifactId>proto-google-cloud-dataproc-metastore-v1</artifactId> 51 </dependency> 52 <dependency> 53 <groupId>com.google.api.grpc</groupId> 54 <artifactId>proto-google-cloud-dataproc-metastore-v1alpha</artifactId> 55 </dependency> 56 <dependency> 57 <groupId>com.google.api.grpc</groupId> 58 <artifactId>proto-google-cloud-dataproc-metastore-v1beta</artifactId> 59 </dependency> 60 <dependency> 61 <groupId>com.google.guava</groupId> 62 <artifactId>guava</artifactId> 63 </dependency> 64 <dependency> 65 <groupId>com.google.api</groupId> 66 <artifactId>gax</artifactId> 67 </dependency> 68 <dependency> 69 <groupId>com.google.api</groupId> 70 <artifactId>gax-grpc</artifactId> 71 </dependency> 72 <dependency> 73 <groupId>com.google.api</groupId> 74 <artifactId>gax-httpjson</artifactId> 75 </dependency> 76 <dependency> 77 <groupId>org.threeten</groupId> 78 <artifactId>threetenbp</artifactId> 79 </dependency> 80 81 <!-- Test dependencies --> 82 <dependency> 83 <groupId>junit</groupId> 84 <artifactId>junit</artifactId> 85 <scope>test</scope> 86 </dependency> 87 <dependency> 88 <groupId>com.google.api.grpc</groupId> 89 <artifactId>grpc-google-common-protos</artifactId> 90 <scope>test</scope> 91 </dependency> 92 <dependency> 93 <groupId>com.google.api.grpc</groupId> 94 <artifactId>grpc-google-iam-v1</artifactId> 95 <scope>test</scope> 96 </dependency> 97 98 <dependency> 99 <groupId>com.google.api.grpc</groupId> 100 <artifactId>grpc-google-cloud-dataproc-metastore-v1beta</artifactId> 101 <scope>test</scope> 102 </dependency> 103 <dependency> 104 <groupId>com.google.api.grpc</groupId> 105 <artifactId>grpc-google-cloud-dataproc-metastore-v1</artifactId> 106 <scope>test</scope> 107 </dependency> 108 <dependency> 109 <groupId>com.google.api.grpc</groupId> 110 <artifactId>grpc-google-cloud-dataproc-metastore-v1alpha</artifactId> 111 <scope>test</scope> 112 </dependency> 113 <!-- Need testing utility classes for generated gRPC clients tests --> 114 <dependency> 115 <groupId>com.google.api</groupId> 116 <artifactId>gax</artifactId> 117 <classifier>testlib</classifier> 118 <scope>test</scope> 119 </dependency> 120 <dependency> 121 <groupId>com.google.api</groupId> 122 <artifactId>gax-grpc</artifactId> 123 <classifier>testlib</classifier> 124 <scope>test</scope> 125 </dependency> 126 <dependency> 127 <groupId>com.google.api</groupId> 128 <artifactId>gax-httpjson</artifactId> 129 <classifier>testlib</classifier> 130 <scope>test</scope> 131 </dependency> 132 </dependencies> 133</project> 134