<?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.xtdb</groupId>
  <artifactId>xtdb-rocksdb</artifactId>
  <packaging>jar</packaging>
  <version>1.20.0</version>
  <name>xtdb-rocksdb</name>
  <description>XTDB RocksDB</description>
  <url>https://github.com/xtdb/xtdb</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/xtdb/xtdb</url>
    <connection>scm:git:git://github.com/xtdb/xtdb.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/xtdb/xtdb.git</developerConnection>
    <tag>421db6dfe3bbcc57dac2db8eeafb9ece2a4703d5</tag>
  </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>
    <repository>
      <id>snapshots</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
  </repositories>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-core</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-rocksdb</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-lmdb</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-kafka</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-kafka-connect</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-kafka-embedded</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-jdbc</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-metrics</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-http-server</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-http-client</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb.labs</groupId>
        <artifactId>xtdb-rdf</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-sql</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-azure-blobs</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-google-cloud-storage</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-lucene</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-test</artifactId>
        <version>1.20.0</version>
      </dependency>
      <dependency>
        <groupId>com.xtdb</groupId>
        <artifactId>xtdb-bench</artifactId>
        <version>1.20.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.10.3</version>
    </dependency>
    <dependency>
      <groupId>com.xtdb</groupId>
      <artifactId>xtdb-core</artifactId>
    </dependency>
    <dependency>
      <groupId>com.xtdb</groupId>
      <artifactId>xtdb-metrics</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.rocksdb</groupId>
      <artifactId>rocksdbjni</artifactId>
      <version>6.12.7</version>
    </dependency>
    <dependency>
      <groupId>com.github.jnr</groupId>
      <artifactId>jnr-ffi</artifactId>
      <version>2.1.12</version>
    </dependency>
  </dependencies>
  <developers>
    <developer>
      <id>juxt</id>
      <name>JUXT</name>
    </developer>
  </developers>
</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://github.com/technomancy/leiningen -->
