<?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.andersans11</groupId>
  <artifactId>pedrojson-loader</artifactId>
  <version>2.2.2-alpha</version>
  <packaging>aar</packaging>
  <name>PedroJSON Loader</name>
  <description>A JSON-based path loading library for Pedro Pathing</description>
  <url>https://github.com/pedrojson/PedroJSON</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pedrojson</id>
      <name>PedroJSON Team</name>
      <email>aksandvick@icloud.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/pedrojson/PedroJSON.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/pedrojson/PedroJSON.git</developerConnection>
    <url>https://github.com/pedrojson/PedroJSON</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>Inspection</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>Blocks</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>RobotCore</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>RobotServer</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>OnBotJava</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>Hardware</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>FtcCommon</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.firstinspires.ftc</groupId>
      <artifactId>Vision</artifactId>
      <version>10.2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.acmerobotics.dashboard</groupId>
      <artifactId>dashboard</artifactId>
      <version>0.4.16</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.15.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.15.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.15.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
