<?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.0.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,
      PingDataMetrics Server, and PingAuthorize Server.</description>
  <url>https://www.unboundid.com/</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License</name>
      <url>http://www.opensource.org/licenses/cddl1.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dirmgr</id>
      <name>Neil Wilson</name>
      <email>neil.wilson@unboundid.com</email>
    </developer>
    <developer>
      <id>ksuter</id>
      <name>Kenneth Suter</name>
      <email>kenneth.suter@unboundid.com</email>
    </developer>
    <developer>
      <id>boli</id>
      <name>Bo Li</name>
      <email>bo.li@unboundid.com</email>
    </developer>
    <developer>
      <id>coulbeck</id>
      <name>Andy Coulbeck</name>
      <email>andrew.coulbeck@unboundid.com</email>
    </developer>
    <developer>
      <id>nprager</id>
      <name>Neal Prager</name>
      <email>neal.prager@unboundid.com</email>
    </developer>
    <developer>
      <id>davidely</id>
      <name>David Ely</name>
      <email>david.ely@unboundid.com</email>
    </developer>
    <developer>
      <id>savitha</id>
      <name>Savitha Ganapathi</name>
      <email>savitha.ganapathi@unboundid.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>6.0.11</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.15.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.15.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>
