<?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>org.clojars.primeteach</groupId>
  <artifactId>specomatic-db</artifactId>
  <version>0.1.0</version>
  <name>specomatic-db</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>pandect</groupId>
      <artifactId>pandect</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>com.primeteach</groupId>
      <artifactId>specomatic</artifactId>
      <version>0.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.seancorfield</groupId>
      <artifactId>honeysql</artifactId>
      <version>2.4.962</version>
    </dependency>
    <dependency>
      <groupId>com.layerware</groupId>
      <artifactId>hugsql</artifactId>
      <version>0.5.3</version>
    </dependency>
    <dependency>
      <groupId>exoscale</groupId>
      <artifactId>seql</artifactId>
      <version>0.2.2</version>
    </dependency>
    <dependency>
      <groupId>seancorfield</groupId>
      <artifactId>next.jdbc</artifactId>
      <version>1.2.659</version>
    </dependency>
    <dependency>
      <groupId>com.layerware</groupId>
      <artifactId>hugsql-adapter-next-jdbc</artifactId>
      <version>0.5.3</version>
    </dependency>
    <dependency>
      <groupId>com.nedap.staffing-solutions</groupId>
      <artifactId>speced.def</artifactId>
      <version>2.1.1</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <scm>
    <url>https://github.com/primeteach/specomatic-db</url>
    <connection>scm:git:git://github.com/primeteach/specomatic-db.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/primeteach/specomatic-db.git</developerConnection>
    <tag>745ce6f1b95ff030fe5b5e99599618d0a60189a4</tag>
  </scm>
</project>
