pillar_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.evolution</groupId>
<artifactId>pillar_2.13</artifactId>
<version>6.0.0</version>
</dependency><?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.evolution</groupId>
<artifactId>pillar_2.13</artifactId>
<packaging>jar</packaging>
<description>Scala library which manages migrations for your Cassandra data stores</description>
<url>https://github.com/evolution-gaming/pillar</url>
<version>6.0.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>pillar</name>
<inceptionYear>2020</inceptionYear>
<organization>
<name>Evolution</name>
<url>https://evolution.com</url>
</organization>
<scm>
<url>https://github.com/evolution-gaming/pillar</url>
<connection>git@github.com:evolution-gaming/pillar.git</connection>
</scm>
<developers>
<developer>
<id>migesok</id>
<name>Mikhail Sokolov</name>
<url>https://github.com/migesok</url>
<email>mikhail.g.sokolov@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.19</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-cassandra</artifactId>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-5-12_2.13</artifactId>
<version>3.2.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>