<?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>tools.samt</groupId>
  <artifactId>codegen</artifactId>
  <version>0.0.8</version>
  <name>SAMT CodeGen</name>
  <description>Call SAMT plugins to generate code from SAMT files.</description>
  <url>https://github.com/samtkit/core</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/samtkit/core/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Pascal Honegger</name>
      <email>pascal.honegger@samt.tools</email>
      <organization>Simple API Modeling Toolkit</organization>
      <organizationUrl>https://github.com/samtkit</organizationUrl>
    </developer>
    <developer>
      <name>Marcel Joss</name>
      <email>marcel.joss@samt.tools</email>
      <organization>Simple API Modeling Toolkit</organization>
      <organizationUrl>https://github.com/samtkit</organizationUrl>
    </developer>
    <developer>
      <name>Leonard Schütz</name>
      <email>leonard.schuetz@samt.tools</email>
      <organization>Simple API Modeling Toolkit</organization>
      <organizationUrl>https://github.com/samtkit</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/samtkit/core.git</connection>
    <developerConnection>scm:git:ssh://github.com/samtkit/core.git</developerConnection>
    <url>https://github.com/samtkit/core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tools.samt</groupId>
      <artifactId>public-api</artifactId>
      <version>0.0.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tools.samt</groupId>
      <artifactId>common</artifactId>
      <version>0.0.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>tools.samt</groupId>
      <artifactId>compiler</artifactId>
      <version>0.0.8</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
