<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2020 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 https://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-spring-boot</artifactId>
  <version>3.10.0</version>
  <name>Hekate Spring Boot</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>https://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>https://hekate.io/</url>
      <organization>The Hekate Project</organization>
      <organizationUrl>https://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-spring</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-codec-kryo</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-codec-fst</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-zookeeper</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-etcd</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-consul</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-kubernetes</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.hekate</groupId>
      <artifactId>hekate-jclouds-aws</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.1.15.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
