- <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-bom</artifactId>
- <version>5.4.2</version>
- <packaging>pom</packaging>
- <name>Kotest</name>
- <description>Kotlin Test Framework</description>
- <url>https://github.com/kotest/kotest</url>
- <licenses>
- <license>
- <name>Apache-2.0</name>
- <url>https://opensource.org/licenses/Apache-2.0</url>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>sksamuel</id>
- <name>Stephen Samuel</name>
- <email>sam@sksamuel.com</email>
- </developer>
- </developers>
- <scm>
- <connection>scm:git:https://github.com/kotest/kotest/</connection>
- <developerConnection>scm:git:https://github.com/sksamuel/</developerConnection>
- <url>https://github.com/kotest/kotest/</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-common</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-extensions</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-property</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-assertions-api</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-assertions-core</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-assertions-json</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-assertions-shared</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-assertions-sql</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-extensions-htmlreporter</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-extensions-http</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-extensions-junit5</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-extensions-junitxml</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-api</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-concurrency</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-datatest</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-discovery</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-engine</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-multiplatform-plugin-embeddable-compiler</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-framework-multiplatform-plugin-legacy-native</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-property-lifecycle</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-runner-junit4</artifactId>
- <version>5.4.2</version>
- </dependency>
- <dependency>
- <groupId>io.kotest</groupId>
- <artifactId>kotest-runner-junit5</artifactId>
- <version>5.4.2</version>
- </dependency>
- </dependencies>
- </project>
|