<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.operaton.bpm</groupId>
    <artifactId>operaton-database-settings</artifactId>
    <relativePath>../../database</relativePath>
    <version>2.1.2</version>
  </parent>
  <artifactId>operaton-bpm-junit5</artifactId>
  <name>Operaton - JUnit 5 Extension</name>
  <description>
    DEPRECATED since 1.1: This module is deprecated and will be removed in a future release.
    Use the following dependency instead:
    &lt;dependency&gt;
      &lt;groupId&gt;org.operaton.bpm&lt;/groupId&gt;
      &lt;artifactId&gt;operaton-engine&lt;/artifactId&gt;
      &lt;classifier&gt;junit5&lt;/classifier&gt;
      &lt;scope&gt;test&lt;/scope&gt;
    &lt;/dependency&gt;
  </description>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.operaton.bpm</groupId>
        <artifactId>operaton-core-internal-dependencies</artifactId>
        <version>${project.version}</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.operaton.bpm</groupId>
      <artifactId>operaton-engine</artifactId>
      <classifier>junit5</classifier>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>