<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2024-2026 the original author or authors.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
-->
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.agentscope.examples</groupId>
  <artifactId>documentation2</artifactId>
  <version>2.0.0-RC3</version>
  <name>AgentScope Java - Examples - Documentation</name>
  <description>Examples demonstrating usage of AgentScope 2.0 APIs</description>
  <url>https://github.com/agentscope-ai/agentscope-java/agentscope-examples/documentation2</url>
  <organization>
    <name>Alibaba</name>
    <url>https://agentscope.io</url>
  </organization>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>AgentScopeTeam</id>
      <name>AgentScopeTeam</name>
      <email>agentscope.team@gmail.com</email>
      <organization>Alibaba</organization>
      <organizationUrl>https://agentscope.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:agentscope-ai/agentscope-java.git/agentscope-examples/documentation2</connection>
    <developerConnection>git@github.com:agentscope-ai/agentscope-java.git/agentscope-examples/documentation2</developerConnection>
    <url>https://github.com/agentscope-ai/agentscope-java/agentscope-examples/documentation2</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>sonatype-nexus-staging</id>
      <name>Nexus Release Repository</name>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>sonatype-nexus-snapshots</id>
      <name>Sonatype Nexus Snapshots</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-harness</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>dashscope-sdk-java</artifactId>
      <version>2.22.9</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-rag-dify</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-rag-ragflow</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-higress</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-rag-haystack</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-rag-simple</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-rag-bailian</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-mem0</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-reme</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-memory-bailian</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-studio</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.agentscope</groupId>
      <artifactId>agentscope-extensions-redis</artifactId>
      <version>2.0.0-RC3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
      <version>42.7.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.pgvector</groupId>
      <artifactId>pgvector</artifactId>
      <version>0.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.44</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
