<?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>io.github.ldmoxeii</groupId>
  <artifactId>cap4k-plugin-pipeline-gradle</artifactId>
  <version>2.0.1</version>
  <name>cap4k-plugin-pipeline-gradle</name>
  <description>cap4k module cap4k-plugin-pipeline-gradle</description>
  <url>https://github.com/LDmoxeii/cap4k</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/LDmoxeii/cap4k/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>LDmoxeii</id>
      <name>LDmoxeii</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/LDmoxeii/cap4k.git</connection>
    <developerConnection>scm:git:https://github.com/LDmoxeii/cap4k.git</developerConnection>
    <url>https://github.com/LDmoxeii/cap4k</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-api</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-bootstrap</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-core</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-generator-aggregate</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-generator-drawing-board</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-generator-flow</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-renderer-api</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-renderer-pebble</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-source-db</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-source-design-json</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-source-enum-manifest</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-source-value-object-manifest</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-source-ir-analysis</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-generator-design</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ldmoxeii</groupId>
      <artifactId>cap4k-plugin-pipeline-generator-types</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>2.3.232</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
