<?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.leakyabstractions</groupId>
  <artifactId>result-bom</artifactId>
  <version>0.1.0.0</version>
  <packaging>pom</packaging>
  <name>Result Library BOM</name>
  <description>Bill of Materials for Result libraries</description>
  <url>https://dev.leakyabstractions.com/result-bom/</url>
  <organization>
    <name>Leaky Abstractions</name>
    <url>https://github.com/leakyabstractions/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>guillermocalvo</id>
      <name>Guillermo Calvo</name>
      <email>guillermo@guillermo.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/leakyabstractions/result-bom.git</connection>
    <url>https://github.com/leakyabstractions/result-bom</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/leakyabstractions/result-bom/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub</system>
    <url>https://github.com/leakyabstractions/result-bom/actions</url>
  </ciManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.leakyabstractions</groupId>
        <artifactId>result</artifactId>
        <version>0.14.1.0</version>
      </dependency>
      <dependency>
        <groupId>com.leakyabstractions</groupId>
        <artifactId>result-assertj</artifactId>
        <version>0.7.0.1</version>
      </dependency>
      <dependency>
        <groupId>com.leakyabstractions</groupId>
        <artifactId>result-jackson</artifactId>
        <version>0.6.1.0</version>
      </dependency>
      <dependency>
        <groupId>com.leakyabstractions</groupId>
        <artifactId>result-lazy</artifactId>
        <version>0.5.0.1</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
