<?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>net.reini</groupId>
  <artifactId>slf4j-cdi</artifactId>
  <version>2.0.0</version>
  <name>SLF4J CDI injection providers</name>
  <description>Provides partial backwards compatibility classes in order to more easier migrate to a newer JUnit version.</description>
  <url>https://github.com/reinhapa/slf4j-cdi</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://spdx.org/licenses/MIT.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>reinhapa</id>
      <name>Patrick Reinhart</name>
      <email>patrick@reini.net</email>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/reinhapa/slf4j-cdi.git</connection>
    <developerConnection>scm:git://github.com/reinhapa/slf4j-cdi.git</developerConnection>
    <url>https://github.com/reinhapa/slf4j-cdi</url>
  </scm>
  <properties/>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.enterprise</groupId>
      <artifactId>jakarta.enterprise.cdi-api</artifactId>
      <version>4.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
