<?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.brettatoms</groupId>
  <artifactId>zodiac-assets</artifactId>
  <version>0.6.9999-SNAPSHOT</version>
  <name>zodiac-assets</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.0</version>
    </dependency>
    <dependency>
      <groupId>integrant</groupId>
      <artifactId>integrant</artifactId>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>malli</artifactId>
      <version>0.20.1</version>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>reitit</artifactId>
      <version>0.10.1</version>
    </dependency>
    <dependency>
      <groupId>babashka</groupId>
      <artifactId>fs</artifactId>
      <version>0.5.30</version>
    </dependency>
    <dependency>
      <groupId>com.cnuernber</groupId>
      <artifactId>charred</artifactId>
      <version>1.038</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>A Zodiac extension to help manage static assets</description>
  <url>https://github.com/brettatoms/zodiac-assets</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/license.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Brett Adams</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/brettatoms/zodiac-assets</url>
    <connection>scm:git:https://github.com/brettatoms/zodiac-assets.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:brettatoms/zodiac-assets.git</developerConnection>
    <tag>v0.6.9999-SNAPSHOT</tag>
  </scm>
</project>
