<?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.glideidentity</groupId>
  <artifactId>glide-be-sdk-java</artifactId>
  <version>5.1.1</version>
  <name>Glide Backend SDK for Java</name>
  <description>Glide's Carrier based authentication Backend SDK for Java</description>
  <url>https://docs.glideapi.com/</url>
  <licenses>
    <license>
      <name>Glide SDK License</name>
      <comments>Use of this SDK is permitted solely to enable your use of Glide Identity Inc.'s services. All other use of this SDK is prohibited. All other rights are reserved.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>glideidentity</id>
      <name>Glide Identity</name>
    </developer>
  </developers>
  <scm>
    <url>https://docs.glideapi.com/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.glideidentity</groupId>
      <artifactId>glide-be-sdk-java-core</artifactId>
      <version>5.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.cdimascio</groupId>
      <artifactId>java-dotenv</artifactId>
      <version>5.2.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
