<?xml version="1.0" encoding="UTF-8"?>
<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">
  <!-- 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.bakdata.kserve</groupId>
  <artifactId>kserve-client</artifactId>
  <version>1.0.0</version>
  <name>com.bakdata.kserve:kserve-client</name>
  <description>A Java client for KServe inference services.</description>
  <url>https://github.com/bakdata/kserve-client</url>
  <organization>
    <name>bakdata.com</name>
    <url>https://github.com/bakdata</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/bakdata/kserve-client/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>VictorKuenstler</id>
      <name>Victor Künstler</name>
    </developer>
    <developer>
      <id>irux</id>
      <name>Alejandro Jaramillo</name>
    </developer>
    <developer>
      <id>jakob-ed</id>
      <name>Jakob Edding</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bakdata/kserve-client.git</connection>
    <developerConnection>scm:git:ssh://github.com/bakdata/kserve-client.git</developerConnection>
    <url>https://github.com/bakdata/kserve-client</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/bakdata/kserve-client/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.13.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.12.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20211205</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.resilience4j</groupId>
      <artifactId>resilience4j-retry</artifactId>
      <version>1.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>mockwebserver</artifactId>
      <version>4.9.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
