<?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.TanUkkii007</groupId>
  <artifactId>akka-cluster-custom-downing_2.12</artifactId>
  <version>0.0.13</version>
  <name>akka-cluster-custom-downing</name>
  <description>akka-cluster-custom-downing</description>
  <url>https://github.com/TanUkkii007/akka-cluster-custom-downing</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>com.github.TanUkkii007</name>
    <url>https://github.com/TanUkkii007/akka-cluster-custom-downing</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>TanUkkii007</id>
      <name>Yusuke Yasuda</name>
      <email>yusuke.007.yasud@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/TanUkkii007/akka-cluster-custom-downing.git</connection>
    <developerConnection>scm:git://github.com/TanUkkii007/akka-cluster-custom-downing.git</developerConnection>
    <url>git://github.com/TanUkkii007/akka-cluster-custom-downing.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.0</version>
    </dependency>
    <dependency>
      <groupId>com.typesafe.akka</groupId>
      <artifactId>akka-actor_2.12</artifactId>
      <version>2.5.23</version>
    </dependency>
    <dependency>
      <groupId>com.typesafe.akka</groupId>
      <artifactId>akka-cluster_2.12</artifactId>
      <version>2.5.23</version>
    </dependency>
    <dependency>
      <groupId>com.typesafe.akka</groupId>
      <artifactId>akka-multi-node-testkit_2.12</artifactId>
      <version>2.5.23</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.12</artifactId>
      <version>3.0.8</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
