<?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 https://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>de.lise.fluxflow</groupId>
  <artifactId>persistence</artifactId>
  <version>0.0.1</version>
  <name>persistence</name>
  <description>A flexible workflow engine that helps to create and orchestrate business processes using domain code.</description>
  <url>https://github.com/lisegmbh/fluxflow</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>bobmazy</id>
      <name>Christian Scholz</name>
      <email>christian.scholz@lise.de</email>
      <url>https://github.com/bobmazy</url>
      <organization>lise GmbH</organization>
      <organizationUrl>https://lise.de</organizationUrl>
    </developer>
    <developer>
      <id>DerPipo</id>
      <name>Dominik Alexander</name>
      <email>dominik.alexander@lise.de</email>
      <url>https://github.com/DerPipo</url>
      <organization>lise GmbH</organization>
      <organizationUrl>https://lise.de</organizationUrl>
    </developer>
    <developer>
      <id>jagadish-singh-lise</id>
      <name>Jagadish Singh</name>
      <email>jagadish.singh@lise.de</email>
      <url>https://github.com/jagadish-singh-lise</url>
      <organization>lise GmbH</organization>
      <organizationUrl>https://lise.de</organizationUrl>
    </developer>
    <developer>
      <id>masinger</id>
      <name>Marcel Singer</name>
      <email>marcel.singer@live.de</email>
      <url>https://github.com/masinger</url>
      <organization>lise Gmbh</organization>
      <organizationUrl>https://lise.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lisegmbh/fluxflow.git</connection>
    <developerConnection>scm:git:ssh://github.com:lisegmbh/fluxflow.git</developerConnection>
    <url>https://github.com/lisegmbh/fluxflow</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>de.lise.fluxflow</groupId>
      <artifactId>api</artifactId>
      <version>0.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
