<?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.tokbox</groupId>
  <artifactId>opentok-server-sdk</artifactId>
  <version>4.13.2</version>
  <name>OpenTok Java SDK</name>
  <description>The OpenTok Java SDK lets you generate sessions and tokens for OpenTok applications. This version of the SDK also includes support for working with OpenTok 2.0 archives.</description>
  <url>https://github.com/opentok/opentok-java-sdk</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.github.com/opentok/opentok-java-sdk/main/LICENCE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>devrel</id>
      <name>Vonage Devrel</name>
      <email>devrel@vonage.com</email>
    </developer>
    <developer>
      <id>manasdpradhan</id>
      <name>Manas Pradhan</name>
      <email>manas@tokbox.com</email>
      <organization>Vonage</organization>
    </developer>
    <developer>
      <id>aoberoi</id>
      <name>Ankur Oberoi</name>
      <email>aoberoi@gmail.com</email>
      <organization>Vonage</organization>
    </developer>
    <developer>
      <id>slorello89</id>
      <name>Steve Lorello</name>
      <email>steve.lorello@vonage.com</email>
      <organization>Vonage</organization>
    </developer>
    <developer>
      <id>smadani</id>
      <name>Sina Madani</name>
      <email>sina.madani@vonage.com</email>
      <organization>Vonage</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com/opentok/opentok-java-sdk</connection>
    <developerConnection>scm:git@github.com/opentok/opentok-java-sdk</developerConnection>
    <url>https://github.com/opentok/opentok-java-sdk</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/opentok/opentok-java-sdk</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.16.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-codec-http</artifactId>
      <version>4.1.104.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-handler</artifactId>
      <version>4.1.104.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.asynchttpclient</groupId>
      <artifactId>async-http-client</artifactId>
      <version>2.12.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.16.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bitbucket.b_c</groupId>
      <artifactId>jose4j</artifactId>
      <version>0.9.4</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
