<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.fastbot.polly</groupId>
  <artifactId>polly-http</artifactId>
  <version>0.0.41</version>
  <name>polly-http</name>
  <description>polly-http</description>
  <url>https://github.com/getfastbot/polly-http</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>https://raw.githubusercontent.com/getfastbot/polly-http/LICENSE.txt</url>
      <distribution>https://github.com/getfastbot/polly-http</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>atkawa7</name>
      <email>atkawa7@yahoo.com</email>
      <organization>atkawa7</organization>
      <organizationUrl>https://github.com/getfastbot</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/getfastbot/polly-http.git</connection>
    <developerConnection>scm:git:git@github.com:getfastbot/polly-http.git</developerConnection>
    <tag>polly-http-0.0.41</tag>
    <url>https://github.com/getfastbot/polly-http</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <name>Central Repository OSSRH</name>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.12.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.client5</groupId>
      <artifactId>httpclient5</artifactId>
      <version>5.5</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.38</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
