<?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 http://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.github.afarion1</groupId>
  <artifactId>command-handler</artifactId>
  <version>0.1.2</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>net.dv8tion</groupId>
      <artifactId>JDA</artifactId>
      <version>4.1.1_110</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.xerial</groupId>
      <artifactId>sqlite-jdbc</artifactId>
      <version>3.28.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unimi.dsi</groupId>
      <artifactId>fastutil</artifactId>
      <version>8.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <description>Configure command handl</description>
  <name>Command Handler for JDA</name>
  <url>https://github.com/afarion1/command-handler</url>
  <organization>
    <name>com.github.afarion1</name>
    <url>https://github.com/afarion1</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Afarion1/command-handler/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/Afarion1/command-handler/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/Afarion1/command-handler</url>
    <connection>scm:git:git://github.com/afarion1/command-handler.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:afarion1/command-handler.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>Afarion1</id>
      <name>Maksim Filatov</name>
      <email>4farion@gmail.com</email>
    </developer>
  </developers>
</project>
