<?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>app.ubie</groupId>
  <artifactId>simple-slack-api-kt</artifactId>
  <version>1.0.0</version>
  <name>simple-slack-api-kt</name>
  <description>simple-slack-api-kt is the library that adds Kotlin friendly API for simple-slack-api</description>
  <url>https://github.com/ubie-inc/simple-slack-api-kt</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>isogai-ubie</id>
      <name>shiraji</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ubie-inc/simple-slack-api-kt.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:ubie-inc/simple-slack-api-kt.git</developerConnection>
    <url>https://github.com/ubie-inc/simple-slack-api-kt</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/ubie-inc/simple-slack-api-kt/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Ullink</groupId>
      <artifactId>simple-slack-api</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.mockk</groupId>
      <artifactId>mockk</artifactId>
      <version>1.8.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.11.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.3.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
