<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm.at.apidevtools</groupId>
  <artifactId>json-schema-ref-parser</artifactId>
  <version>15.4.0</version>
  <name>apidevtools json-schema-ref-parser</name>
  <description>Parse, Resolve, and Dereference JSON Schema $ref pointers</description>
  <url>https://apidevtools.com/json-schema-ref-parser/</url>
  <organization>
    <name>JonLuca DeCaro</name>
    <url>https://apidevtools.com/json-schema-ref-parser/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>jonluca</name>
      <email>jonluca.decaro@gmail.com</email>
    </developer>
    <developer>
      <name>jamesmessinger</name>
      <email>james.messinger@gmail.com</email>
    </developer>
    <developer>
      <name>philsturgeon</name>
      <email>me@philsturgeon.uk</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/APIDevTools/json-schema-ref-parser.git</connection>
    <developerConnection>https://github.com/APIDevTools/json-schema-ref-parser.git</developerConnection>
    <url>https://github.com/APIDevTools/json-schema-ref-parser</url>
  </scm>
  <issueManagement>
    <url>https://github.com/APIDevTools/json-schema-ref-parser/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.types-json-schema.version>[7.0.15,8)</org.mvnpm.at.types-json-schema.version>
    <org.mvnpm-js-yaml.version>[4.2.0,5)</org.mvnpm-js-yaml.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>js-yaml</artifactId>
      <version>${org.mvnpm-js-yaml.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.types</groupId>
      <artifactId>json-schema</artifactId>
      <version>${org.mvnpm.at.types-json-schema.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
