<?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">
  <!-- 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>com.distrimind.util</groupId>
  <artifactId>Utils</artifactId>
  <version>5.27.0-STABLE</version>
  <name>Utils</name>
  <description>Set of Java tools</description>
  <url>https://github.com/JasonMahdjoub/Utils</url>
  <organization>
    <name>DistriMind</name>
    <url>https://github.com/JasonMahdjoub</url>
  </organization>
  <licenses>
    <license>
      <name>CeCILL-C FREE SOFTWARE LICENSE AGREEMENT</name>
      <url>http://cecill.info/licences/Licence_CeCILL-C_V1-en.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jmahdjoub</id>
      <name>Jason Mahdjoub</name>
      <email>jason.mahdjoub@distri-mind.fr</email>
      <organization>DistriMind</organization>
      <roles>
        <role>Entrepreneur</role>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/JasonMahdjoub/Utils</connection>
    <developerConnection>https://github.com/JasonMahdjoub/Utils</developerConnection>
    <url>https://github.com/JasonMahdjoub/Utils</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/JasonMahdjoub/Utils/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.distrimind.bcfips</groupId>
      <artifactId>BouncyCastle-FIPS</artifactId>
      <version>1.0.2.3c</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.distrimind.bouncycastle</groupId>
      <artifactId>core</artifactId>
      <version>1.73</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.distrimind.bouncycastle</groupId>
      <artifactId>prov</artifactId>
      <version>1.73</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
