<?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">
  <!-- 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.bkahlert.kommons</groupId>
  <artifactId>kommons-logging-logback-jvm</artifactId>
  <version>2.2.0</version>
  <name>Kommons Logging Logback</name>
  <description>Kommons Logging Logback is a Kotlin Library for configuring Logback with nothing but system properties, and provides support for JSON</description>
  <url>https://github.com/bkahlert/kommons/tree/master/kommons-logging-logback</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/bkahlert/kommons/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bkahlert</id>
      <name>Björn Kahlert</name>
      <email>mail@bkahlert.com</email>
      <url>https://bkahlert.com</url>
      <timezone>Europe/Berlin</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/bkahlert/kommons</connection>
    <developerConnection>scm:git:https://github.com/bkahlert</developerConnection>
    <url>https://github.com/bkahlert/kommons</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/bkahlert/kommons/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub</system>
    <url>https://github.com/bkahlert/kommons/issues</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.logstash.logback</groupId>
      <artifactId>logstash-logback-encoder</artifactId>
      <version>7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.bkahlert.kommons</groupId>
      <artifactId>kommons-core-jvm</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bkahlert.kommons</groupId>
      <artifactId>kommons-io-jvm</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bkahlert.kommons</groupId>
      <artifactId>kommons-logging-core-jvm</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.7.3</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
