<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-common</artifactId>
  <version>0.6.0</version>
  <name>jetcd-common</name>
  <description>jetcd-common</description>
  <url>'https://github.com/etcd-io/jetcd'</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lburgazzoli</id>
      <name>Luca Burgazzoli</name>
      <organization>Red Hat</organization>
      <organizationUrl>http://redhat.com</organizationUrl>
    </developer>
    <developer>
      <name>Fanmin Shi</name>
      <organization>CoreOS</organization>
      <organizationUrl>http://coreos.com</organizationUrl>
    </developer>
    <developer>
      <name>Xiang Li</name>
      <organization>CoreOS</organization>
      <organizationUrl>http://coreos.com</organizationUrl>
    </developer>
    <developer>
      <name>Anthony Romano</name>
      <organization>CoreOS</organization>
      <organizationUrl>http://coreos.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:'https://github.com/etcd-io/jetcd'</connection>
    <developerConnection>scm:'git@github.com/etcd-io/jetcd.git'</developerConnection>
    <url>'https://github.com/etcd-io/jetcd'</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.32</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.0.1-jre</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-core</artifactId>
      <version>1.42.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
