<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.eximeebpms.bpm.run</groupId>
    <artifactId>eximeebpms-bpm-run-qa</artifactId>
    <version>1.1.0</version>
    <relativePath>..</relativePath>
  </parent>

  <artifactId>eximeebpms-bpm-run-example-plugin</artifactId>
  <name>EximeeBPMS - Run - QA - Example Plugin</name>
  <packaging>jar</packaging>

  <dependencies>

    <dependency>
      <groupId>org.eximeebpms.bpm.webapp</groupId>
      <artifactId>eximeebpms-webapp-jakarta</artifactId>
      <classifier>classes</classifier>
    </dependency>

    <dependency>
      <groupId>org.glassfish.jersey.core</groupId>
      <artifactId>jersey-client</artifactId>
    </dependency>

    <dependency>
      <groupId>jakarta.platform</groupId>
      <artifactId>jakarta.jakartaee-web-api</artifactId>
      <type>pom</type>
      <scope>provided</scope>
      <version>10.0.0</version>
    </dependency>

  </dependencies>
</project>
