<?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.ardikars.jxpacket</groupId>
  <artifactId>jxpacket-common</artifactId>
  <version>1.2.4.RELEASE</version>
  <name>jxpacket-common</name>
  <description>Jxpacket is a network packet crafting library for java.</description>
  <url>https://github.com/jxnet/Jxpacket</url>
  <organization>
    <name>ardikars</name>
    <url>http://ardikars.com</url>
  </organization>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, Version 3.0</name>
      <url>http://www.gnu.org/licenses</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ardikars</id>
      <name>Ardika Rommy Sanjaya</name>
      <email>contact@ardikars.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jxnet/Jxpacket.git</connection>
    <developerConnection>scm:git:git@github.com/jxnet/Jxpacket.git</developerConnection>
    <url>https://github.com/jxnet/Jxpacket.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ardikars.common</groupId>
      <artifactId>common-net</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.ardikars.common</groupId>
      <artifactId>common-util</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.ardikars.common</groupId>
      <artifactId>common-memory</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common</artifactId>
        <version>1.2.9.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
