<?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.jxnet</groupId>
  <artifactId>jxnet-context</artifactId>
  <version>1.5.5.RC2</version>
  <name>jxnet-context</name>
  <description>Common module for Jxnet.</description>
  <url>https://github.com/jxnet/Jxnet</url>
  <inceptionYear>2015</inceptionYear>
  <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/Jxnet</connection>
    <developerConnection>scm:git:https://github.com/jxnet/Jxnet</developerConnection>
    <url>https://github.com/jxnet/Jxnet</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ardikars.common</groupId>
      <artifactId>common-annotation</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.ardikars.common</groupId>
      <artifactId>common-logging</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-net</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.ardikars.jxnet</groupId>
      <artifactId>jxnet-core</artifactId>
      <version>1.5.5.RC2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.13.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common</artifactId>
        <version>1.2.7.RC2</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
