<?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.delegacy.youngbot</groupId>
  <artifactId>youngbot-spring-boot-autoconfigure</artifactId>
  <version>0.2.0</version>
  <name>Young Bot (youngbot-spring-boot-autoconfigure)</name>
  <description>Young Bot (youngbot-spring-boot-autoconfigure)</description>
  <url>https://github.com/delegacy/youngbot</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>YoungTae Seok</name>
      <email>delegacy@gmail.com</email>
      <url>https://github.com/delegacy</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/delegacy/youngbot.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/delegacy/youngbot.git</developerConnection>
    <url>https://github.com/delegacy/youngbot</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.delegacy.youngbot</groupId>
      <artifactId>youngbot-core</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.delegacy.youngbot</groupId>
      <artifactId>youngbot-web</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <version>2.3.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>30.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.delegacy.youngbot</groupId>
      <artifactId>youngbot-line</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.github.delegacy.youngbot</groupId>
      <artifactId>youngbot-slack</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
