<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.nstream</groupId>
  <artifactId>nstream-store-cassandra</artifactId>
  <version>4.13.21</version>
  <name>nstream-store-cassandra</name>
  <description>Persistence store implementation for Apache Cassandra</description>
  <url>https://github.com/nstreamio/nstream</url>
  <licenses>
    <license>
      <name>Redis Source Available License 2.0 (RSALv2) Agreement</name>
      <url>https://redis.com/legal/rsalv2-agreement/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>c9r</id>
      <name>Chris Sachs</name>
      <email>chris@nstream.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/nstreamio/nstream.git</connection>
    <developerConnection>scm:git:git@github.com:nstreamio/nstream.git</developerConnection>
    <url>https://github.com/nstreamio/nstream</url>
  </scm>
  <properties>
    <git.commit>8bdeb681a8a629b81ed23451a06221096201a0a9</git.commit>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.uuid</groupId>
      <artifactId>java-uuid-generator</artifactId>
      <version>4.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.nstream</groupId>
      <artifactId>nstream-persist-api</artifactId>
      <version>4.13.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.swimos</groupId>
      <artifactId>swim-recon</artifactId>
      <version>4.3.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.swimos</groupId>
      <artifactId>swim-collections</artifactId>
      <version>4.3.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.swimos</groupId>
      <artifactId>swim-store</artifactId>
      <version>4.3.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.nstream</groupId>
      <artifactId>nstream-store-cassandra-inner</artifactId>
      <version>4.13.21</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
