<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.infomaximum</groupId>
  <artifactId>cluster-grpc</artifactId>
  <version>0.1.1</version>
  <name>cluster-grpc</name>
  <description>Library for creating a light cluster on transport grpc</description>
  <url>https://github.com/Infomaximum/cluster-grpc</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>infomaximum</id>
      <name>Infomaximum LLC</name>
      <email>develop@infomaximum.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Infomaximum/cluster-grpc.git</connection>
    <developerConnection>scm:git:git@github.com:Infomaximum/cluster-grpc.git</developerConnection>
    <url>https://github.com/Infomaximum/cluster-grpc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>javax.annotation-api</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.1-jre</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.google.j2objc</groupId>
          <artifactId>j2objc-annotations</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.google.code.findbugs</groupId>
          <artifactId>jsr305</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.google.errorprone</groupId>
          <artifactId>error_prone_annotations</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
