<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.tutteli.atrium</groupId>
  <artifactId>atrium-domain-robstoll-lib</artifactId>
  <version>0.15.0</version>
  <dependencies>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-domain-robstoll-lib-common</artifactId>
      <version>0.15.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-domain-builders</artifactId>
      <version>0.15.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-api-fluent-en_GB</artifactId>
      <version>0.15.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.niok</groupId>
      <artifactId>niok</artifactId>
      <version>1.3.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-api-cc-en_GB</artifactId>
      <version>0.15.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-domain-robstoll-lib-common</artifactId>
      <version>0.15.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>atrium-domain-robstoll-lib-jvm</name>
  <description>Contains the bits and pieces behind robstoll's &lt;rstoll@tutteli.ch&gt; implementationof the domain of Atrium for the JVM platform. You should only depend on this module if you are providing an implementation as well and want to reuse certain artifacts. If you are a consumer of Atrium, then you should depend on atrium-domain-robstoll instead.</description>
  <url>https://github.com/robstoll/atrium</url>
  <licenses>
    <license>
      <name>European Union Public Licence, Version 1.2</name>
      <url>https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>robstoll</id>
      <name>Robert Stoll</name>
      <email>rstoll@tutteli.ch</email>
      <url>https://tutteli.ch</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/robstoll/atrium.git</connection>
    <developerConnection>scm:git:ssh://github.com/robstoll/atrium.git</developerConnection>
    <url>https://github.com/robstoll/atrium</url>
  </scm>
</project>
