<?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>au.com.auspayplus.digitalid</groupId>
  <artifactId>rp-java-sdk</artifactId>
  <version>9.4.0-beta</version>
  <name>rp-java-sdk</name>
  <description>Java SDK for Relying Parties to enable simple integration with the Digital Identity ecosystem.</description>
  <url>https://github.com/connectid-tools/rp-java-sdk</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://github.com/connectid-tools/rp-java-sdk/blob/main/ConnectID%20SDK%20Licence%20Terms%20v1.0_291122.pdf</url>
      <distribution>https://github.com/connectid-tools/rp-java-sdk/blob/main/ConnectID%20SDK%20Licence%20Terms%20v1.0_291122.pdf</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>erikpragt-connectid</id>
      <name>Erik Pragt</name>
      <url>https://github.com/erikpragt-connectid</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/connectid-tools/rp-java-sdk.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/connectid-tools/rp-java-sdk.git</developerConnection>
    <url>https://github.com/connectid-tools/rp-java-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.13.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.nimbusds</groupId>
      <artifactId>oauth2-oidc-sdk</artifactId>
      <version>11.26</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.14</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
