<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.embulk</groupId>
  <artifactId>embulk-util-retryhelper-jetty94</artifactId>
  <version>0.9.0</version>
  <name>embulk-util-retryhelper-jetty94</name>
  <description>Utility library to retry HTTP requests through Jetty 9.4 client with Embulk RetryExecutor</description>
  <url>https://www.embulk.org/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sadayuki Furuhashi</name>
      <email>frsyuki@gmail.com</email>
    </developer>
    <developer>
      <name>Dai MIKURUBE</name>
      <email>dmikurube@acm.org</email>
    </developer>
    <developer>
      <name>Thanh Le</name>
      <email>thanh.le@treasure-data.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/embulk/embulk-util-retryhelper.git</connection>
    <developerConnection>scm:git:git@github.com:embulk/embulk-util-retryhelper.git</developerConnection>
    <url>https://github.com/embulk/embulk-util-retryhelper</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.embulk</groupId>
      <artifactId>embulk-util-retryhelper</artifactId>
      <version>0.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-client</artifactId>
      <version>9.4.51.v20230217</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
