<?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.robinlahtinen</groupId>
  <artifactId>clj-r2dbc</artifactId>
  <version>0.1.0-SNAPSHOT</version>
  <name>clj-r2dbc</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.4</version>
    </dependency>
    <dependency>
      <groupId>io.r2dbc</groupId>
      <artifactId>r2dbc-spi</artifactId>
      <version>1.0.0.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>com.taoensso</groupId>
      <artifactId>trove</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>missionary</groupId>
      <artifactId>missionary</artifactId>
      <version>b.47</version>
    </dependency>
    <dependency>
      <groupId>camel-snake-kebab</groupId>
      <artifactId>camel-snake-kebab</artifactId>
      <version>0.4.3</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>A modern low-level Clojure wrapper for non-blocking, R2DBC-based access to databases.</description>
  <url>https://github.com/robinlahtinen/clj-r2dbc</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>robinlahtinen</id>
      <name>Robin Lahtinen</name>
      <url>https://github.com/robinlahtinen</url>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/robinlahtinen/clj-r2dbc</url>
    <connection>scm:git:https://github.com/robinlahtinen/clj-r2dbc.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:robinlahtinen/clj-r2dbc.git</developerConnection>
    <tag>v0.1.0-SNAPSHOT</tag>
  </scm>
  <issueManagement>
    <system>GitHub issues</system>
    <url>https://github.com/robinlahtinen/clj-r2dbc/issues</url>
  </issueManagement>
</project>
