<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.nagyesta.abort-mission</groupId>
  <artifactId>abort.mission-control</artifactId>
  <version>4.2.0</version>
  <name>Abort Mission - Mission Control</name>
  <description>Core module of Abort Mission which is providing flexible test abort options for failing test groups.</description>
  <url>https://github.com/nagyesta/abort-mission</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/nagyesta/abort-mission/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nagyesta</id>
      <name>Istvan Zoltan Nagy</name>
      <url>https://github.com/nagyesta/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/nagyesta/abort-mission.git</connection>
    <developerConnection>scm:git:https://github.com/nagyesta/abort-mission.git</developerConnection>
    <url>https://github.com/nagyesta/abort-mission/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
