<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.budjb</groupId>
  <artifactId>http-requests-httpcomponents-client</artifactId>
  <version>2.0.0</version>
  <name>http-requests-httpcomponents-client</name>
  <description>Provides a concrete implementation of the http-requests library using theApache HttpComponents Client library.</description>
  <url>https://github.com/budjb/http-requests</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>budjb</id>
      <name>Bud Byrd</name>
      <email>bud.byrd@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/budjb/http-requests.git</connection>
    <developerConnection>scm:git:https://github.com/budjb/http-requests.git</developerConnection>
    <url>https://github.com/budjb/http-requests</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/budjb/http-requests/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.budjb</groupId>
      <artifactId>http-requests-core</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
