<?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.purejava</groupId>
  <artifactId>keepassxc-proxy-access</artifactId>
  <version>1.3.0</version>
  <name>keepassxc-proxy-access</name>
  <description>A Java library to access KeePassXC via its build-in proxy.</description>
  <url>https://github.com/purejava/keepassxc-proxy-access</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>purejava</id>
      <name>Ralph Plawetzki</name>
      <email>ralph@purejava.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/purejava/keepassxc-proxy-access.git</connection>
    <developerConnection>scm:git:ssh://github.com/purejava/keepassxc-proxy-access.git</developerConnection>
    <url>https://github.com/purejava/keepassxc-proxy-access/tree/main</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/purejava/keepassxc-proxy-access/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.purejava</groupId>
      <artifactId>tweetnacl-java</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20250517</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.19.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
