<?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>no.elixir</groupId>
  <artifactId>crypt4gh</artifactId>
  <version>3.0.36</version>
  <name>Crypt4GH</name>
  <description>Crypt4GH standard implementation</description>
  <url>https://github.com/ELIXIR-NO/FEGA-Norway/tree/main/lib/crypt4gh</url>
  <organization>
    <name>Elixir Norway</name>
    <url>https://elixir.no</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/license/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/ELIXIR-NO/FEGA-Norway.git</connection>
    <developerConnection>scm:git:ssh://github.com:ELIXIR-NO/FEGA-Norway.git</developerConnection>
    <url>https://github.com/ELIXIR-NO/FEGA-Norway</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/ELIXIR-NO/FEGA-Norway/issues</url>
  </issueManagement>
  <properties>
    <maven.compiler.release>21</maven.compiler.release>
    <maven.compiler.target>21</maven.compiler.target>
    <maven.compiler.source>21</maven.compiler.source>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.19.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.19.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.rfksystems</groupId>
      <artifactId>blake2b</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <developers>
    <developer>
      <id>dtitov</id>
      <name>Dmytro Titov</name>
      <roles>
        <role>Lead Developer (emeritus)</role>
      </roles>
    </developer>
    <developer>
      <id>kjetilkl</id>
      <name>Kjetil Klepper</name>
      <roles>
        <role>Developer</role>
        <role>Maintainer</role>
      </roles>
    </developer>
    <developer>
      <id>a-ghanem</id>
      <name>Ahmed Ghanem</name>
      <roles>
        <role>Maintainer (emeritus)</role>
      </roles>
    </developer>
    <developer>
      <id>lyytinen</id>
      <name>Jussi Lyytinen</name>
      <roles>
        <role>Contributor</role>
      </roles>
    </developer>
    <developer>
      <id>brainstorm</id>
      <name>Roman Valls Guimera</name>
      <roles>
        <role>Contributor</role>
      </roles>
    </developer>
  </developers>
</project>
