<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ru.testit</groupId>
  <artifactId>testit-adapter-cucumber7</artifactId>
  <version>1.1.9</version>
  <name>testit-adapter-cucumber7</name>
  <description>Module testit-adapter-cucumber7 of TestIT Framework.</description>
  <url>https://github.com/testit-tms/adapters-java</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>integration</id>
      <name>Integration team</name>
      <email>integrations@testit.software</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/testit-tms/adapters-java</connection>
    <developerConnection>scm:git:git://github.com/testit-tms/adapters-java</developerConnection>
    <url>https://github.com/testit-tms/adapters-java</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/testit-tms/adapters-java/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>ru.testit</groupId>
      <artifactId>testit-java-commons</artifactId>
      <version>1.1.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.cucumber</groupId>
      <artifactId>gherkin</artifactId>
      <version>23.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20220924</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jdk8</artifactId>
      <version>2.9.8</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
