<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~
  ~  Copyright 2022 Niklas van Schrick and the contributors of the Appenders Project
  ~
  ~  Licensed under the Apache License, Version 2.0 (the "License");
  ~  you may not use this file except in compliance with the License.
  ~  You may obtain a copy of the License at
  ~
  ~  	http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~  Unless required by applicable law or agreed to in writing, software
  ~  distributed under the License is distributed on an "AS IS" BASIS,
  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~  See the License for the specific language governing permissions and
  ~  limitations under the License.
  ~
  -->
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.taucher2003</groupId>
  <artifactId>appenders</artifactId>
  <version>1.1.1</version>
  <packaging>pom</packaging>
  <name>Appenders Project Parent</name>
  <description>Parent of the Appenders Project. Defines shared dependencies and build process.</description>
  <url>https://github.com/Taucher2003/Appenders</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Niklas van Schrick</name>
      <email>mc.taucher2003@gmail.com</email>
      <organization>com.github.taucher2003</organization>
      <organizationUrl>https://www.github.com/Taucher2003</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Taucher2003/Appenders.git</connection>
    <developerConnection>scm:git:ssh://github.com:Taucher2003/Appenders.git</developerConnection>
    <url>https://github.com/Taucher2003/Appenders/tree/master</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>gitlab</id>
      <url>https://gitlab.com/api/v4/projects/29199582/packages/maven</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.32</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>club.minnced</groupId>
      <artifactId>discord-webhooks</artifactId>
      <version>0.7.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
