<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.jcovalent.junit</groupId>
  <artifactId>jcovalent-junit-logging</artifactId>
  <version>0.1.0</version>
  <name>jcovalent-junit-logging</name>
  <description>jcovalent-junit-logging provides SLF4J and Log4j2 extensions for JUnit5 tests.</description>
  <url>https://www.jcovalent.com</url>
  <inceptionYear>2022</inceptionYear>
  <organization>
    <name>JCovalent</name>
    <url>https://www.jcovalent.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache 2.0 License</name>
      <url>https://raw.githubusercontent.com/hashgraph/swirlds-open-review/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Nathan Klick</name>
      <email>nathan@jcovalent.com</email>
      <organization>JCovalent</organization>
      <organizationUrl>https://www.jcovalent.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jcovalent/jcovalent-junit-logging.git</connection>
    <developerConnection>scm:git:ssh://github.com:jcovalent/jcovalent-junit-logging.git</developerConnection>
    <url>https://github.com/jcovalent/jcovalent-junit-logging</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-commons</artifactId>
      <version>1.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.9.0</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.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-core</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.23.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-to-slf4j</artifactId>
      <version>2.18.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
