<?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>finance.debridge</groupId>
  <artifactId>borderless-validation-sdk</artifactId>
  <version>0.0.13</version>
  <name>Borderless Validation SDK for Java</name>
  <description>Java SDK for validating deBridge Borderless API responses before signing.</description>
  <url>https://github.com/debridge-finance/borderless-validation-sdk-java</url>
  <licenses>
    <license>
      <name>Business Source License 1.1</name>
      <url>https://mariadb.com/bsl11/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>debridge-finance</id>
      <name>deBridge</name>
      <url>https://debridge.finance</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/debridge-finance/borderless-validation-sdk-java.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/debridge-finance/borderless-validation-sdk-java.git</developerConnection>
    <url>https://github.com/debridge-finance/borderless-validation-sdk-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.21.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.networknt</groupId>
      <artifactId>json-schema-validator</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.esaulpaugh</groupId>
      <artifactId>headlong</artifactId>
      <version>13.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk18on</artifactId>
      <version>1.84</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
