<?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>one.leftshift.gaia-java-sdk</groupId>
  <artifactId>gaia-java-sdk-atlas</artifactId>
  <version>0.1.0</version>
  <name>G.A.I.A. SDK</name>
  <description>Generic Artificial Intelligence Application (G.A.I.A.) Software Development Kit</description>
  <url>https://www.leftshift.one</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>leftshiftone</id>
      <name>Leftshift One</name>
      <email>contact@leftshift.one</email>
      <organization>Leftshift One Software GmbH</organization>
      <organizationUrl>https://www.leftshift.one</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/leftshiftone/gaia-java-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com:leftshiftone/gaia-java-sdk.git</developerConnection>
    <url>https://github.com/leftshiftone/gaia-java-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.2.71</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.2.71</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>one.leftshift.gaia-java-sdk</groupId>
      <artifactId>gaia-java-sdk-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.1.0.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>org.spockframework</groupId>
        <artifactId>spock-spring</artifactId>
        <version>1.2-groovy-2.5</version>
      </dependency>
      <dependency>
        <groupId>org.spockframework</groupId>
        <artifactId>spock-core</artifactId>
        <version>1.2-groovy-2.5</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
