<?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.datamotion</groupId>
  <artifactId>dmweb.securemail.messaging</artifactId>
  <version>1.0.3</version>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.9.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.9.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.9.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>4.4.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tika</groupId>
      <artifactId>tika-core</artifactId>
      <version>1.20</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>DMWeb SecureMail Messaging</name>
  <description>DMWeb SecureMail Messaging Java SDK</description>
  <url>https://gitlab.com/DataMotion/DMWeb/SecureMail/Java/Messaging/REST/Library</url>
  <scm>
    <url>https://gitlab.com/DataMotion/DMWeb/SecureMail/Java/Messaging/REST/Library</url>
  </scm>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://support.datamotion.com/license</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Thomas Tyler Bissell</name>
      <organization>DataMotion</organization>
      <organizationUrl>https://datamotion.com/</organizationUrl>
    </developer>
    <developer>
      <name>Christopher Ly</name>
      <organization>DataMotion</organization>
      <organizationUrl>https://datamotion.com/</organizationUrl>
    </developer>
    <developer>
      <name>Kyle Corsi</name>
      <organization>DataMotion</organization>
      <organizationUrl>https://datamotion.com/</organizationUrl>
    </developer>
  </developers>
</project>
