<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>com.github.marksto</groupId>
  <artifactId>clj-tg-bot-api</artifactId>
  <version>1.1.252</version>
  <name>clj-tg-bot-api</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.4</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>tools.logging</artifactId>
      <version>1.3.1</version>
    </dependency>
    <dependency>
      <groupId>diehard</groupId>
      <artifactId>diehard</artifactId>
      <version>0.12.0</version>
      <exclusions>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojure</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.flatland</groupId>
      <artifactId>ordered</artifactId>
      <version>1.15.12</version>
      <exclusions>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojure</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>aysylu</groupId>
      <artifactId>loom</artifactId>
      <version>1.0.2</version>
      <exclusions>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojure</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojurescript</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.oliyh</groupId>
      <artifactId>martian-test</artifactId>
      <version>0.2.2</version>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>jsonista</artifactId>
      <version>0.3.13</version>
    </dependency>
    <dependency>
      <groupId>camel-snake-kebab</groupId>
      <artifactId>camel-snake-kebab</artifactId>
      <version>0.4.3</version>
    </dependency>
    <dependency>
      <groupId>com.github.oliyh</groupId>
      <artifactId>martian</artifactId>
      <version>0.2.2</version>
      <exclusions>
        <exclusion>
          <groupId>com.cognitect</groupId>
          <artifactId>transit-cljs</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>The latest Telegram Bot API specification and client lib for Clojure-based apps.</description>
  <url>https://github.com/marksto/clj-tg-bot-api</url>
  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mark Sto</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/marksto/clj-tg-bot-api</url>
    <connection>scm:git:https://github.com/marksto/clj-tg-bot-api.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:marksto/clj-tg-bot-api.git</developerConnection>
    <tag>v1.1.252</tag>
  </scm>
</project>
