<?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>io.github.gnuf0rce</groupId>
  <artifactId>mirai-content-censor</artifactId>
  <version>1.3.10</version>
  <packaging>pom</packaging>
  <name>mirai-content-censor</name>
  <description>mirai-content-censor</description>
  <url>https://github.com/gnuf0rce/mirai-content-censor</url>
  <licenses>
    <license>
      <name>AGPL-3.0</name>
      <url>https://github.com/gnuf0rce/mirai-content-censor/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cssxsh</id>
      <name>cssxsh</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/gnuf0rce/mirai-content-censor</connection>
    <url>https://github.com/gnuf0rce/mirai-content-censor</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>net.mamoe</groupId>
        <artifactId>mirai-bom</artifactId>
        <version>2.13.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-parent</artifactId>
        <version>2.0.5</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>xyz.cssxsh.baidu</groupId>
      <artifactId>baidu-aip</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>me.him188</groupId>
      <artifactId>kotlin-jvm-blocking-bridge-runtime-jvm</artifactId>
      <version>2.2.0-172.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
