| <?xml version='1.0' encoding='UTF-8'?> |
| <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"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>proto-google-common-protos</artifactId> |
| <version>2.16.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} --> |
| <name>proto-google-common-protos</name> |
| <description>PROTO library for proto-google-common-protos</description> |
| <parent> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>google-common-protos-parent</artifactId> |
| <version>2.16.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} --> |
| </parent> |
| <dependencies> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-java</artifactId> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>flatten-maven-plugin</artifactId> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |