<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.nosan</groupId>
  <artifactId>cassandra-reactive-test-spring-boot-starter</artifactId>
  <version>1.0.9</version>
  <name>Cassandra Reactive Test Spring Boot Starter</name>
  <description>Cassandra Reactive Test Spring Boot Starter</description>
  <url>https://github.com/nosan/cassandra-test-spring-boot</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Dmytro Nosan</name>
      <email>dimanosan@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/nosan/cassandra-test-spring-boot.git</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/nosan/cassandra-test-spring-boot/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-cassandra-reactive</artifactId>
      <version>2.1.12.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>2.1.12.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.nosan</groupId>
      <artifactId>cassandra-test-spring-boot-autoconfigure</artifactId>
      <version>1.0.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.nosan</groupId>
      <artifactId>embedded-cassandra-test</artifactId>
      <version>2.0.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
