<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>net.ltgt.jaxrs</groupId>
  <artifactId>resteasy-client-okhttp3</artifactId>
  <version>1.1</version>
  <name>OkHttp3-backed client engine for Resteasy</name>
  <description>Provides a JAX-RS Client engine for Resteasy backed by OkHttp 3</description>
  <url>https://github.com/tbroyer/jaxrs-utils/resteasy-client-okhttp3</url>
  <inceptionYear>2015</inceptionYear>
  <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>
      <name>Thomas Broyer</name>
      <email>t.broyer@ltgt.net</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/tbroyer/jaxrs-utils.git/resteasy-client-okhttp3</connection>
    <developerConnection>scm:git:git@github.com:tbroyer/jaxrs-utils.git/resteasy-client-okhttp3</developerConnection>
    <url>https://github.com/tbroyer/jaxrs-utils/resteasy-client-okhttp3</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/tbroyer/jaxrs-utils/issues</url>
  </issueManagement>
  <distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.jboss.resteasy</groupId>
      <artifactId>resteasy-client</artifactId>
      <version>3.0.19.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.7.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
