<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.jbang</groupId>
  <artifactId>devkitman</artifactId>
  <version>0.4.9</version>
  <name>JBang JDK Manager</name>
  <description>Library for managing JDK installations</description>
  <url>https://github.com/jbangdev/jbang-devkitman</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/jbangdev/jbang-devkitman/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maxandersen</id>
      <name>Max Rydahl Andersen</name>
    </developer>
    <developer>
      <id>quintesse</id>
      <name>Tako Schotanus</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jbangdev/jbang-devkitman</connection>
    <developerConnection>scm:git:https://github.com/jbangdev/jbang-devkitman</developerConnection>
    <url>http://github.com/jbangdev/jbang-devkitman</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.28.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.13.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.client5</groupId>
      <artifactId>httpclient5</artifactId>
      <version>5.6</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.client5</groupId>
      <artifactId>httpclient5-cache</artifactId>
      <version>5.6</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
