<?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.sturdystats</groupId>
  <artifactId>sturdy-sqlite</artifactId>
  <version>0.0.6</version>
  <name>sturdy-sqlite</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
    <dependency>
      <groupId>com.zaxxer</groupId>
      <artifactId>HikariCP</artifactId>
      <version>7.0.2</version>
    </dependency>
    <dependency>
      <groupId>dev.weavejester</groupId>
      <artifactId>ragtime</artifactId>
      <version>0.12.1</version>
    </dependency>
    <dependency>
      <groupId>com.sturdystats</groupId>
      <artifactId>sturdy-fs</artifactId>
      <version>0.1.8</version>
    </dependency>
    <dependency>
      <groupId>com.taoensso</groupId>
      <artifactId>truss</artifactId>
      <version>2.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.seancorfield</groupId>
      <artifactId>next.jdbc</artifactId>
      <version>1.3.1070</version>
    </dependency>
    <dependency>
      <groupId>org.xerial</groupId>
      <artifactId>sqlite-jdbc</artifactId>
      <version>3.51.3.0</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>core.async</artifactId>
      <version>1.9.865</version>
    </dependency>
    <dependency>
      <groupId>com.taoensso</groupId>
      <artifactId>telemere</artifactId>
      <version>1.2.1</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>SQLite utility functions for Clojure apps.</description>
  <url>https://github.com/Sturdy-Statistics/sturdy-sqlite</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <scm>
    <tag>v0.0.6</tag>
    <url>https://github.com/Sturdy-Statistics/sturdy-sqlite</url>
    <connection>scm:git:https://github.com/Sturdy-Statistics/sturdy-sqlite.git</connection>
  </scm>
</project>
