compatbility-kit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>compatbility-kit</artifactId>
<version>23.1.0</version>
</dependency><?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>
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-parent</artifactId>
<version>4.3.8</version>
</parent>
<artifactId>compatbility-kit</artifactId>
<version>23.1.0</version>
<packaging>jar</packaging>
<name>Pretty Formatter</name>
<description>Test data used to validate a Cucumber implementation</description>
<url>https://github.com/cucumber/compatibility-kit</url>
<properties>
<project.Automatic-Module-Name>io.cucumber.compatbilitykit</project.Automatic-Module-Name>
<project.build.outputTimestamp>1758927962</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:git://github.com/cucumber/compatibility-kit.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/compatibility-kit.git</developerConnection>
<url>git://github.com/cucumber/compatibility-kit.git</url>
<tag>v23.1.0</tag>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.13.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>3.27.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>messages</artifactId>
<version>29.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>