<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.unboundid</groupId>
  <artifactId>server-sdk</artifactId>
  <version>10.2.0.0</version>
  <name>UnboundID Server SDK</name>
  <description>The UnboundID Server SDK is a library that may be used to develop various
      types of extensions to Ping Identity server products, including the
      PingDirectory Server, PingDirectoryProxy Server, PingDataSync Server,
      and PingAuthorize Server.</description>
  <url>https://www.pingidentity.com</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License</name>
      <url>https://www.opensource.org/license/cddl-1-0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>unboundid</id>
      <name>Ping Identity Corporation</name>
      <email>support@pingidentity.com</email>
    </developer>
  </developers>

    <scm>
      <url>
        https://www.unboundid.com/resources/server-sdk
      </url>
    </scm>
  <dependencies>
    <dependency>
      <groupId>com.unboundid</groupId>
      <artifactId>unboundid-ldapsdk</artifactId>
      <version>7.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.unboundid.product.scim</groupId>
      <artifactId>scim-sdk</artifactId>
      <version>1.8.26</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.unboundid.product.scim2</groupId>
      <artifactId>scim2-sdk-client</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.ws.rs</groupId>
      <artifactId>javax.ws.rs-api</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.16.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.16.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>javax.mail</artifactId>
      <version>1.6.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
