<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>com.aydinsude.enterprise</groupId><artifactId>v04-security-observability-parent</artifactId><version>1.0.0-SNAPSHOT</version></parent>
  <artifactId>runnable-smoke</artifactId>
  <name>runnable-smoke</name>
  <description>Ausfuehrbares Smoke-Demo-Modul fuer Master 1: prueft den fachlichen Ablauf ohne externe Infrastruktur.</description>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
        <version>3.6.2</version>
        <configuration><mainClass>com.aydin.enterprise.runnable.RunnableSmokeApp</mainClass></configuration>
      </plugin>
    </plugins>
  </build>
</project>
