<?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>io.github.markpollack</groupId>
  <artifactId>agent-hooks-gemini</artifactId>
  <version>0.6.4</version>
  <name>agent-hooks-gemini</name>
  <description>Gemini CLI adapter for agent-hooks — stateless stdin/stdout hook dispatcher</description>
  <url>https://github.com/markpollack/agent-hooks/agent-hooks-gemini</url>
  <licenses>
    <license>
      <name>Business Source License 1.1</name>
      <url>https://github.com/markpollack/agent-hooks/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mark Pollack</name>
      <url>https://github.com/markpollack</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/markpollack/agent-hooks.git/agent-hooks-gemini</connection>
    <developerConnection>scm:git:git@github.com:markpollack/agent-hooks.git/agent-hooks-gemini</developerConnection>
    <url>https://github.com/markpollack/agent-hooks/agent-hooks-gemini</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.markpollack</groupId>
      <artifactId>agent-hooks-core</artifactId>
      <version>0.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.21.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>spring-milestones</id>
      <name>Spring Milestones</name>
      <url>https://repo.spring.io/milestone</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>spring-snapshots</id>
      <name>Spring Snapshots</name>
      <url>https://repo.spring.io/snapshot</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>central-snapshots</id>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </repository>
  </repositories>
</project>
