<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2024 Spring AI Community
  ~
  ~ 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
  ~
  ~      https://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.github.markpollack</groupId>
  <artifactId>amazon-q-cli-sdk</artifactId>
  <version>0.23.0</version>
  <name>Amazon Q CLI SDK</name>
  <description>Java SDK for Amazon Q Developer CLI</description>
  <url>https://github.com/markpollack/agent-client/provider-sdks/amazon-q-cli-sdk</url>
  <licenses>
    <license>
      <name>Business Source License 1.1</name>
      <url>https://github.com/markpollack/agent-client/blob/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>markpollack</id>
      <name>Mark Pollack</name>
      <email>mark.pollack@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/markpollack/agent-client.git/provider-sdks/amazon-q-cli-sdk</connection>
    <developerConnection>scm:git:ssh://github.com:markpollack/agent-client.git/provider-sdks/amazon-q-cli-sdk</developerConnection>
    <url>https://github.com/markpollack/agent-client/provider-sdks/amazon-q-cli-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.zeroturnaround</groupId>
      <artifactId>zt-exec</artifactId>
      <version>1.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.9</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>spring-snapshots</id>
      <name>Spring Snapshots</name>
      <url>https://repo.spring.io/snapshot</url>
    </repository>
    <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>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>central-snapshots</id>
      <name>Maven Central Snapshots</name>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </repository>
  </repositories>
</project>
