<?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.raynigon.spring-boot</groupId>
  <artifactId>ecs-logging-audit</artifactId>
  <version>2.1.1</version>
  <name>ecs-logging-audit</name>
  <description>The ecs-logging-audit is a part of the unit-api</description>
  <url>https://github.com/raynigon/spring-boot/</url>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/raynigon/spring-boot/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/raynigon/spring-boot/</url>
    <connection>scm:git:git://github.com/raynigon/spring-boot.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/raynigon/spring-boot.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>raynigon</id>
      <name>Simon Schneider</name>
      <email>opensource@raynigon.de</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.raynigon.spring-boot</groupId>
      <artifactId>ecs-logging-base</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
