<?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>dev.nextftc.nextrunner</groupId>
  <artifactId>actions</artifactId>
  <version>2.4.3</version>
  <name>NextRunner</name>
  <description>A lite command base designed for use with NextRunner.</description>
  <url>https://github.com/NextFTC/NextRunner</url>
  <licenses>
    <license>
      <name>GNU General Public License, version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Zachary Harel</name>
      <email>ftc@zharel.me</email>
      <organizationUrl>https://github.com/zachwaffle4</organizationUrl>
    </developer>
    <developer>
      <name>Ryan Brott</name>
      <email>rcbrott@gmail.com</email>
      <organizationUrl>https://github.com/rbrott</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/NextFTC/NextRunner.git</connection>
    <developerConnection>scm:git:ssh://github.com:NextFTC/NextRunner.git</developerConnection>
    <tag>v2.4.3</tag>
    <url>https://github.com/NextFTC/NextRunner</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.nextftc.nextrunner</groupId>
      <artifactId>core</artifactId>
      <version>2.4.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.acmerobotics.dashboard</groupId>
      <artifactId>core</artifactId>
      <version>0.4.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.1.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.nextftc.nextrunner</groupId>
      <artifactId>actions</artifactId>
      <version>2.4.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
