<?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>info.metadude.kotlin.library.engelsystem</groupId>
  <artifactId>engelsystem-base</artifactId>
  <version>7.0.0</version>
  <name>engelsystem</name>
  <description>A Kotlin library containing a parser and models for the Engelsystem.</description>
  <url>https://github.com/johnjohndoe/engelsystem</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://github.com/Umweltzone/roadsigns/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johnjohndoe</id>
      <name>Tobias Preuss</name>
      <email>tobias.preuss@googlemail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/johnjohndoe/engelsystem.git</connection>
    <developerConnection>scm:git:ssh://github.com/johnjohndoe/engelsystem.git</developerConnection>
    <url>https://github.com/johnjohndoe/engelsystem</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.threeten</groupId>
      <artifactId>threetenbp</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi</artifactId>
      <version>1.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>logging-interceptor</artifactId>
      <version>3.12.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-moshi</artifactId>
      <version>2.6.4</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
