| <?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.cloud</groupId> |
| <artifactId>google-cloud-api-gateway-bom</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} --> |
| <packaging>pom</packaging> |
| |
| <parent> |
| <groupId>com.google.cloud</groupId> |
| <artifactId>google-cloud-pom-parent</artifactId> |
| <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> |
| <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath> |
| </parent> |
| |
| <name>Google API Gateway BOM</name> |
| <description> |
| BOM for API Gateway |
| </description> |
| |
| <properties> |
| <maven.antrun.skip>true</maven.antrun.skip> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>com.google.cloud</groupId> |
| <artifactId>google-cloud-api-gateway</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} --> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>grpc-google-cloud-api-gateway-v1</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} --> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>proto-google-cloud-api-gateway-v1</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} --> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| </project> |