<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>net.mamoe</groupId>
  <artifactId>mirai-core-utils-android</artifactId>
  <version>2.10.1</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>GNU AGPLv3</name>
      <url>https://github.com/mamoe/mirai/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mamoe</id>
      <name>Mamoe Technologies</name>
      <email>support@mamoe.net</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/mamoe/mirai.git</connection>
    <developerConnection>scm:git://github.com/mamoe/mirai.git</developerConnection>
    <url>https://github.com/mamoe/mirai</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-core-jvm</artifactId>
      <version>1.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>me.him188</groupId>
      <artifactId>kotlin-jvm-blocking-bridge-runtime-jvm</artifactId>
      <version>2.0.0-160.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>atomicfu-jvm</artifactId>
      <version>0.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-protobuf-jvm</artifactId>
      <version>1.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-io-jvm</artifactId>
      <version>0.1.16</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>atomicfu</artifactId>
          <groupId>org.jetbrains.kotlinx</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atomicfu-common</artifactId>
          <groupId>org.jetbrains.kotlinx</groupId>
        </exclusion>
        <exclusion>
          <artifactId>kotlinx-coroutines-core-common</artifactId>
          <groupId>org.jetbrains.kotlinx</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <description>mirai-core utilities</description>
  <name>mirai-core-utils</name>
  <url>https://github.com/mamoe/mirai</url>
</project>
