<?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.toast.android.gamebase</groupId>
  <artifactId>gamebase-adapter-auth-ongame</artifactId>
  <version>2.36.0</version>
  <packaging>aar</packaging>
  <name>gamebase-adapter-auth-ongame</name>
  <description>Gamebase Auth Ongame Adapter for Android</description>
  <url>https://www.toast.com/service/game/gamebase</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>NHN-GamePlatformClient</id>
      <name>NHN GamePlatformClient Team</name>
      <email>dl_platformsdk_all@nhn.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.nhnent.com/game-platform/gamebase.client.android.git</connection>
    <developerConnection>https://github.com/nhn</developerConnection>
    <url>https://github.nhnent.com/game-platform/gamebase.client.android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.toast.android.gamebase</groupId>
      <artifactId>gamebase-sdk</artifactId>
      <version>2.36.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.5.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.6.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>okhttp</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-jackson</artifactId>
      <version>2.6.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
