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