<?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>com.anaplan.engineering</groupId>
  <artifactId>vdm-gradle-plugin</artifactId>
  <version>3.0.2+1</version>
  <name>VDM Gradle plugin</name>
  <description>A Gradle plugin to parse, type-check, test and publish a VDM specification.</description>
  <url>https://github.com/anaplan-engineering/vdm-gradle-plugin</url>
  <licenses>
    <license>
      <name>GPL 3.0</name>
      <url>https://github.com/anaplan-engineering/vdm-gradle-plugin/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sifraser</id>
      <name>Simon Fraser</name>
      <email>simon.fraser@anaplan.com</email>
      <url>https://github.com/sifraser</url>
      <organization>Anaplan Ltd</organization>
      <organizationUrl>http://www.anaplan.com</organizationUrl>
      <roles>
        <role>architect</role>
        <role>principal engineer</role>
      </roles>
    </developer>
    <developer>
      <id>donbex</id>
      <name>Alessandro Pezzoni</name>
      <email>alessandro.pezzoni@anaplan.com</email>
      <url>https://github.com/donbex</url>
      <organization>Anaplan Ltd</organization>
      <organizationUrl>http://www.anaplan.com</organizationUrl>
      <roles>
        <role>associate engineer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/anaplan-engineering/vdm-gradle-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:anaplan-engineering/vdm-gradle-plugin.git</developerConnection>
    <url>https://github.com/anaplan-engineering/vdm-gradle-plugin</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-bom</artifactId>
        <version>1.5.31</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.5.31</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.5.31</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-html-jvm</artifactId>
      <version>0.7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.overturetool.core</groupId>
      <artifactId>interpreter</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.overturetool.core.annotations</groupId>
      <artifactId>provided</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.anaplan.engineering</groupId>
      <artifactId>vdm-pretty-printer</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.commonmark</groupId>
      <artifactId>commonmark</artifactId>
      <version>0.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.commonmark</groupId>
      <artifactId>commonmark-ext-gfm-tables</artifactId>
      <version>0.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.xenomachina</groupId>
      <artifactId>kotlin-argparser</artifactId>
      <version>2.0.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
