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>proto-google-iam-v2beta</artifactId> 7 <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} --> 8 <name>proto-google-iam-v2beta</name> 9 <description>Proto library for proto-google-iam-v1</description> 10 <parent> 11 <groupId>com.google.cloud</groupId> 12 <artifactId>google-iam-parent</artifactId> 13 <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v1:current} --> 14 </parent> 15 <dependencies> 16 <dependency> 17 <groupId>com.google.protobuf</groupId> 18 <artifactId>protobuf-java</artifactId> 19 </dependency> 20 <dependency> 21 <groupId>com.google.api.grpc</groupId> 22 <artifactId>proto-google-common-protos</artifactId> 23 </dependency> 24 </dependencies> 25 26 <build> 27 <plugins> 28 <plugin> 29 <groupId>org.codehaus.mojo</groupId> 30 <artifactId>flatten-maven-plugin</artifactId> 31 </plugin> 32 </plugins> 33 </build> 34</project> 35