1<project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>com.google.api.grpc</groupId> 6 <artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId> 7 <version>0.104.0</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} --> 8 <name>grpc-google-cloud-error-reporting-v1beta1</name> 9 <description>GRPC library for grpc-google-cloud-error-reporting-v1beta1</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-cloud-errorreporting-parent</artifactId> 13 <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} --> 14 </parent> 15 <dependencies> 16 <dependency> 17 <groupId>io.grpc</groupId> 18 <artifactId>grpc-stub</artifactId> 19 <scope>compile</scope> 20 </dependency> 21 <dependency> 22 <groupId>io.grpc</groupId> 23 <artifactId>grpc-protobuf</artifactId> 24 <scope>compile</scope> 25 </dependency> 26 <dependency> 27 <groupId>com.google.api.grpc</groupId> 28 <artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId> 29 </dependency> 30 <dependency> 31 <groupId>io.grpc</groupId> 32 <artifactId>grpc-api</artifactId> 33 </dependency> 34 <dependency> 35 <groupId>com.google.protobuf</groupId> 36 <artifactId>protobuf-java</artifactId> 37 </dependency> 38 <dependency> 39 <groupId>com.google.guava</groupId> 40 <artifactId>guava</artifactId> 41 </dependency> 42 </dependencies> 43</project> 44