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-datastream</artifactId> 6 <version>1.16.0</version><!-- {x-version-update:google-cloud-datastream:current} --> 7 <packaging>jar</packaging> 8 <name>Google Datastream</name> 9 <description>Datastream is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime.</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-cloud-datastream-parent</artifactId> 13 <version>1.16.0</version><!-- {x-version-update:google-cloud-datastream:current} --> 14 </parent> 15 <properties> 16 <site.installationModule>google-cloud-datastream</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-cloud-datastream-v1</artifactId> 50 </dependency> 51 <dependency> 52 <groupId>com.google.api.grpc</groupId> 53 <artifactId>proto-google-cloud-datastream-v1alpha1</artifactId> 54 </dependency> 55 <dependency> 56 <groupId>com.google.guava</groupId> 57 <artifactId>guava</artifactId> 58 </dependency> 59 <dependency> 60 <groupId>com.google.api</groupId> 61 <artifactId>gax</artifactId> 62 </dependency> 63 <dependency> 64 <groupId>com.google.api</groupId> 65 <artifactId>gax-grpc</artifactId> 66 </dependency> 67 <dependency> 68 <groupId>com.google.api</groupId> 69 <artifactId>gax-httpjson</artifactId> 70 </dependency> 71 <dependency> 72 <groupId>org.threeten</groupId> 73 <artifactId>threetenbp</artifactId> 74 </dependency> 75 76 <!-- Test dependencies --> 77 <dependency> 78 <groupId>junit</groupId> 79 <artifactId>junit</artifactId> 80 <scope>test</scope> 81 </dependency> 82 83 <dependency> 84 <groupId>com.google.api.grpc</groupId> 85 <artifactId>grpc-google-cloud-datastream-v1alpha1</artifactId> 86 <scope>test</scope> 87 </dependency> 88 <dependency> 89 <groupId>com.google.api.grpc</groupId> 90 <artifactId>grpc-google-cloud-datastream-v1</artifactId> 91 <scope>test</scope> 92 </dependency> 93 <!-- Need testing utility classes for generated gRPC clients tests --> 94 <dependency> 95 <groupId>com.google.api</groupId> 96 <artifactId>gax</artifactId> 97 <classifier>testlib</classifier> 98 <scope>test</scope> 99 </dependency> 100 <dependency> 101 <groupId>com.google.api</groupId> 102 <artifactId>gax-grpc</artifactId> 103 <classifier>testlib</classifier> 104 <scope>test</scope> 105 </dependency> 106 <dependency> 107 <groupId>com.google.api</groupId> 108 <artifactId>gax-httpjson</artifactId> 109 <classifier>testlib</classifier> 110 <scope>test</scope> 111 </dependency> 112 <dependency> 113 <groupId>com.google.api.grpc</groupId> 114 <artifactId>grpc-google-iam-v1</artifactId> 115 <scope>test</scope> 116 </dependency> 117 </dependencies> 118</project> 119