<?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.spoptchev</groupId>
  <artifactId>scientist</artifactId>
  <version>1.0.2</version>
  <name>Scientist</name>
  <description>Scientist</description>
  <url>http://www.github.com/spoptchev/scientist</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>spoptchev</id>
      <name>Spas Poptchev</name>
      <email>spas.poptchev@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:http://www.github.com/spoptchev/scientist</connection>
    <developerConnection>scm:git:http://github.com/spoptchev</developerConnection>
    <url>http://www.github.com/spoptchev/scientist</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jre8</artifactId>
      <version>1.1.51</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test-junit</artifactId>
      <version>1.1.51</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
