<?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>
  <groupId>com.github.oliyh</groupId>
  <artifactId>martian-clj-http-lite</artifactId>
  <packaging>jar</packaging>
  <version>0.2.3</version>
  <name>martian-clj-http-lite</name>
  <description>clj-http-lite implementation for martian</description>
  <url>https://github.com/oliyh/martian</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <scm/>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>resources</directory>
      </testResource>
    </testResources>
    <directory>target</directory>
    <outputDirectory>target/classes</outputDirectory>
    <plugins/>
  </build>
  <repositories>
    <repository>
      <id>central</id>
      <url>https://repo1.maven.org/maven2/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
  </repositories>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-httpkit</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-clj-http</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-clj-http-lite</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-hato</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-babashka-http-client</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-cljs-http</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-cljs-http-promise</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-re-frame</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-test</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.oliyh</groupId>
        <artifactId>martian-vcr</artifactId>
        <version>0.2.3</version>
      </dependency>
      <dependency>
        <groupId>org.clojure</groupId>
        <artifactId>clojure</artifactId>
        <version>1.12.1</version>
      </dependency>
      <dependency>
        <groupId>org.clojure</groupId>
        <artifactId>clojurescript</artifactId>
        <version>1.12.42</version>
      </dependency>
      <dependency>
        <groupId>org.clojure</groupId>
        <artifactId>core.async</artifactId>
        <version>1.8.741</version>
      </dependency>
      <dependency>
        <groupId>cheshire</groupId>
        <artifactId>cheshire</artifactId>
        <version>6.0.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.github.oliyh</groupId>
      <artifactId>martian</artifactId>
    </dependency>
    <dependency>
      <groupId>cheshire</groupId>
      <artifactId>cheshire</artifactId>
    </dependency>
    <dependency>
      <groupId>org.clj-commons</groupId>
      <artifactId>clj-http-lite</artifactId>
      <version>1.0.13</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.17</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>tools.reader</artifactId>
      <version>1.5.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>pedestal-api</groupId>
      <artifactId>pedestal-api</artifactId>
      <version>0.3.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.pedestal</groupId>
      <artifactId>pedestal.service</artifactId>
      <version>0.5.9</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.pedestal</groupId>
      <artifactId>pedestal.jetty</artifactId>
      <version>0.5.9</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>nubank</groupId>
      <artifactId>matcher-combinators</artifactId>
      <version>3.9.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

<!-- This file was autogenerated by Leiningen.
  Please do not edit it directly; instead edit project.clj and regenerate it.
  It should not be considered canonical data. For more information see
  https://codeberg.org/leiningen/leiningen -->
