<?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>
  <groupId>org.springaicommunity</groupId>
  <artifactId>claude-code-sdk</artifactId>
  <version>1.0.0</version>
  <name>Claude Code SDK</name>
  <description>Java SDK for interacting with Claude Code CLI - Low-level binding with resilience features</description>
  <url>https://github.com/spring-ai-community/claude-agent-sdk-java</url>
  <organization>
    <name>Spring AI Community</name>
    <url>https://github.com/spring-ai-community</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mark Pollack</name>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/spring-ai-community/claude-agent-sdk-java.git</connection>
    <developerConnection>git@github.com:spring-ai-community/claude-agent-sdk-java.git</developerConnection>
    <url>https://github.com/spring-ai-community/claude-agent-sdk-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.zeroturnaround</groupId>
      <artifactId>zt-exec</artifactId>
      <version>1.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.17.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.17.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.17.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.projectreactor</groupId>
      <artifactId>reactor-core</artifactId>
      <version>3.6.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.modelcontextprotocol.sdk</groupId>
      <artifactId>mcp</artifactId>
      <version>0.15.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
