<?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 http://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>eu.ibagroup</groupId>
  <artifactId>r2z</artifactId>
  <version>1.0.4</version>
  <dependencies>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-scalars</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.30</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.4.21</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <description>Library that allows to perform http requests to IBM z/OSMF REST API with the help of Retorfit2.</description>
  <name>Retrofit2-ZOSMF-Library</name>
  <url>https://github.com/for-mainframe/Retrofit2-ZOSMF-Library</url>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/for-mainframe/Retrofit2-ZOSMF-Library/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/for-mainframe/Retrofit2-ZOSMF-Library/blob/main/License</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/for-mainframe/Retrofit2-ZOSMF-Library</url>
    <connection>scm:git:git://github.com/for-mainframe/Retrofit2-ZOSMF-Library.git</connection>
    <developerConnection>scm:git:git@github.com:for-mainframe/Retrofit2-ZOSMF-Library.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>formainframe</id>
      <name>For Mainframe</name>
      <email>formainframe@ibagroup.eu</email>
    </developer>
  </developers>
</project>
