<?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>dev.blaauwendraad</groupId>
  <artifactId>json-masker</artifactId>
  <version>1.0.1</version>
  <name>json-masker</name>
  <description>High-performance JSON masker in Java with no runtime dependencies</description>
  <url>https://github.com/Breus/json-masker</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/license/mit/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>breus</id>
      <name>Breus Blaauwendraad</name>
      <email>b.blaauwendraad@gmail.com</email>
    </developer>
    <developer>
      <id>gavlyukovskiy</id>
      <name>Arthur Gavlyukovskiy</name>
      <email>agavlyukovskiy@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Breus/json-masker.git</connection>
    <url>https://github.com/Breus/json-masker</url>
  </scm>
  <issueManagement>
    <url>https://github.com/Breus/json-masker/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>0.3.0</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
