<?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.github.estigma88</groupId>
  <artifactId>jdhtuq-socket-communication</artifactId>
  <version>2.0.0</version>
  <name>Socket Communication</name>
  <description>Defines communication api as a network communication using sockets</description>
  <url>https://github.com/estigma88/jdhtuq</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>estigma88</id>
      <name>Daniel Andres Pelaez Lopez</name>
      <email>estigma88@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/estigma88/jdhtuq.git</connection>
    <developerConnection>scm:git:ssh://github.com/estigma88/jdhtuq.git</developerConnection>
    <url>https://github.com/estigma88/jdhtuq</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.estigma88</groupId>
      <artifactId>jdhtuq-communication-api</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.9.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.16</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
