<?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.iamceph.resulter</groupId>
  <artifactId>kotlin-extensions</artifactId>
  <version>1.1.4</version>
  <name>Resulter</name>
  <description>Tired of throwing exceptions or returning nonsense? Well, Resulter will save you!</description>
  <url>https://github.com/iamceph/resulter</url>
  <licenses>
    <license>
      <name>GPL-3.0 License</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>iamceph</id>
      <name>Frantisek Novosad</name>
      <email>frantisek@nvsd.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/iamceph/resulter.git</connection>
    <developerConnection>scm:git:ssh://github.com/iamceph/resulter.git</developerConnection>
    <url>https://github.com/iamceph/resulter/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>22.0.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.6.10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.17.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-protobuf</artifactId>
      <version>1.39.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.projectreactor</groupId>
      <artifactId>reactor-core</artifactId>
      <version>3.4.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.iamceph.resulter</groupId>
      <artifactId>resulter-core</artifactId>
      <version>1.1.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
