<?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>com.lacunasoftware.restpki</groupId>
  <artifactId>restpki-client</artifactId>
  <version>1.15.7</version>
  <name>restpki-client</name>
  <description>Classes to consume Lacuna Software REST PKI</description>
  <url>https://bitbucket.org/Lacunas/restpki-java-client</url>
  <licenses>
    <license>
      <name>Unlicense</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ismaelm</id>
      <name>Ismael Medeiros</name>
      <email>IsmaelM@lacunasoftware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@bitbucket.org:Lacunas/restpki-java-client.git</connection>
    <developerConnection>scm:git:git@bitbucket.org:Lacunas/restpki-java-client.git</developerConnection>
    <url>https://bitbucket.org/Lacunas/restpki-java-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.12.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.swagger</groupId>
      <artifactId>swagger-annotations</artifactId>
      <version>1.5.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.threeten</groupId>
      <artifactId>threetenbp</artifactId>
      <version>1.4.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jsr310</artifactId>
      <version>2.12.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
