<?xml version="1.0" encoding="UTF-8"?>
<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>
  <parent>
    <groupId>io.github.xiaozhug</groupId>
    <artifactId>ai-mcp-bridge</artifactId>
    <version>1.0.0</version>
  </parent>
  <groupId>io.github.xiaozhug</groupId>
  <artifactId>ai-mcp-bridge-common</artifactId>
  <version>1.0.0</version>
  <name>ai-mcp-bridge :: ai-mcp-bridge-common</name>
  <description>ai-mcp-bridge-common</description>
  <url>https://github.com/xiaozhug/ai-mcp-bridge</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>xiaozhug</name>
      <email>532182070@qq.com</email>
      <url>https://github.com/xiaozhug</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/xiaozhug/ai-mcp-bridge.git</connection>
    <developerConnection>scm:git:ssh://github.com/xiaozhug/ai-mcp-bridge.git</developerConnection>
    <url>https://github.com/xiaozhug/ai-mcp-bridge</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
  </dependencies>
</project>
