<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright 2017 The Hekate Project

  The Hekate Project licenses this file to you under the Apache License,
  version 2.0 (the "License"); you may not use this file except in compliance
  with the License. You may obtain a copy of the License at:

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  License for the specific language governing permissions and limitations
  under the License.
  -->
<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>io.hekate</groupId>
  <artifactId>hekate-codec-fst</artifactId>
  <version>1.0.1</version>
  <name>Hekate FST</name>
  <description>Java library for cluster communications and computing.</description>
  <url>https://github.com/hekate-io/hekate</url>
  <organization>
    <name>The Hekate Project</name>
    <url>http://hekate.io/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hekate.io</id>
      <name>The Hekate Project Contributors</name>
      <email>hekate.dev@gmail.com</email>
      <url>http://hekate.io/</url>
      <organization>The Hekate Project</organization>
      <organizationUrl>http://hekate.io/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/hekate-io/hekate.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/hekate-io/hekate.git</developerConnection>
    <url>https://github.com/hekate-io/hekate</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/hekate-io/hekate/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-core</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>de.ruedigermoeller</groupId>
      <artifactId>fst</artifactId>
      <version>2.48</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.7.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
