<?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">
  <!-- 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.gravity9</groupId>
  <artifactId>json-patch-path</artifactId>
  <version>2.0.2</version>
  <name>json-patch-path</name>
  <description>JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java, using extended TMF620 JsonPath syntax</description>
  <url>https://github.com/gravity9-tech/json-patch</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Piotr-Dytkowski</id>
      <name>Piotr Dytkowski</name>
      <email>piotr.dytkowski@gravity9.com</email>
      <organization>gravity9</organization>
      <organizationUrl>https://www.gravity9.com/</organizationUrl>
    </developer>
    <developer>
      <id>Bartlomiej-Styczynski</id>
      <name>Bartlomiej Styczynski</name>
      <email>bartlomiej.styczynski@gravity9.com</email>
      <organization>gravity9</organization>
      <organizationUrl>https://www.gravity9.com/</organizationUrl>
    </developer>
    <developer>
      <id>Piotr-Bugara</id>
      <name>Piotr Bugara</name>
      <email>piotr.bugara@gravity9.com</email>
      <organization>gravity9</organization>
      <organizationUrl>https://www.gravity9.com/</organizationUrl>
    </developer>
    <developer>
      <id>Garry-Newball</id>
      <name>Garry Newball</name>
      <email>garry.newball@gravity9.com</email>
      <organization>gravity9</organization>
      <organizationUrl>https://www.gravity9.com/</organizationUrl>
    </developer>
    <developer>
      <id>Mateusz-Zaremba</id>
      <name>Mateusz Zaremba</name>
      <email>mateusz.zaremba@gravity9.com</email>
      <organization>gravity9</organization>
      <organizationUrl>https://www.gravity9.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/java-json-tools/json-patch.git</connection>
    <developerConnection>scm:git:ssh://github.com:java-json-tools/json-patch.git</developerConnection>
    <url>https://github.com/gravity9-tech/json-patch</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.java-json-tools</groupId>
      <artifactId>msg-simple</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.java-json-tools</groupId>
      <artifactId>jackson-coreutils</artifactId>
      <version>2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.15.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
