<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.endpoints</groupId>
  <artifactId>endpoints-management-protos</artifactId>
  <version>1.0.5</version>
  <name>Endpoints Management - Generated Java Protobufs</name>
  <description>Contains the generated protocol buffer surface used by Endpoints</description>
  <url>https://cloud.google.com/endpoints/docs/frameworks/java</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>temiola@google.com</id>
      <name>Tim Emiola</name>
      <email>temiola@google.com</email>
      <organization>Google, Inc.</organization>
      <organizationUrl>https://www.google.com</organizationUrl>
    </developer>
    <developer>
      <id>yangguan@google.com</id>
      <name>Yang Guan</name>
      <email>yangguan@google.com</email>
      <organization>Google, Inc.</organization>
      <organizationUrl>https://www.google.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/cloudendpoints/endpoints-management-java</connection>
    <developerConnection>scm:git:https://github.com/cloudendpoints/endpoints-management-java</developerConnection>
    <url>scm:git:https://github.com/cloudendpoints/endpoints-management-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-protobuf</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-stub</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
