<?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>ai.koog</groupId>
  <artifactId>agents-mcp-android</artifactId>
  <version>1.0.0-beta-preview6</version>
  <packaging>aar</packaging>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-bom</artifactId>
        <version>2.3.10</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>agents-tools-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>agents-core-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>agents-mcp-metadata-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>utils-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>prompt-model-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>prompt-executor-openai-client-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>prompt-executor-model-android</artifactId>
      <version>1.0.0-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.koog</groupId>
      <artifactId>prompt-executor-llms-all-android</artifactId>
      <version>1.0.0-beta-preview6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.modelcontextprotocol</groupId>
      <artifactId>kotlin-sdk-client-jvm</artifactId>
      <version>0.11.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-io-core-jvm</artifactId>
      <version>0.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.10.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.oshai</groupId>
      <artifactId>kotlin-logging-android</artifactId>
      <version>8.0.01</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.jetbrains.kotlin</groupId>
          <artifactId>kotlin-stdlib-common</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jetbrains.kotlin</groupId>
          <artifactId>kotlin-test-common</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jetbrains.kotlin</groupId>
          <artifactId>kotlin-test-annotations-common</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
