| <?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</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} --> |
| <packaging>jar</packaging> |
| <name>Google API Gateway</name> |
| <description>API Gateway enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.</description> |
| <parent> |
| <groupId>com.google.cloud</groupId> |
| <artifactId>google-cloud-api-gateway-parent</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} --> |
| </parent> |
| <properties> |
| <site.installationModule>google-cloud-api-gateway</site.installationModule> |
| </properties> |
| <dependencies> |
| <dependency> |
| <groupId>io.grpc</groupId> |
| <artifactId>grpc-api</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>io.grpc</groupId> |
| <artifactId>grpc-stub</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>io.grpc</groupId> |
| <artifactId>grpc-protobuf</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>api-common</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-java</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>proto-google-common-protos</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>proto-google-cloud-api-gateway-v1</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax-grpc</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax-httpjson</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.threeten</groupId> |
| <artifactId>threetenbp</artifactId> |
| </dependency> |
| |
| <!-- Test dependencies --> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>grpc-google-cloud-api-gateway-v1</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <!-- Need testing utility classes for generated gRPC clients tests --> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax</artifactId> |
| <classifier>testlib</classifier> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax-grpc</artifactId> |
| <classifier>testlib</classifier> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax-httpjson</artifactId> |
| <classifier>testlib</classifier> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| </project> |