<?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>io.smallrye.reactive</groupId>
  <artifactId>mutiny-bom</artifactId>
  <version>3.1.1</version>
  <packaging>pom</packaging>
  <name>SmallRye Mutiny - BOM</name>
  <description>Mutiny BOM</description>
  <url>https://smallrye.io/smallrye-mutiny</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cescoffier</id>
      <name>Clement Escoffier</name>
      <email>clement[AT]apache[DOT]org</email>
      <url>https://github.com/cescoffier</url>
    </developer>
    <developer>
      <id>jponge</id>
      <name>Julien Ponge</name>
      <email>julien[AT]ponge[DOT]org</email>
      <url>https://github.com/jponge</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:smallrye/smallrye-mutiny.git</connection>
    <developerConnection>scm:git:git@github.com:smallrye/smallrye-mutiny.git</developerConnection>
    <url>https://github.com/smallrye/smallrye-mutiny</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-documentation</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-kotlin</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-math</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-no-deps</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-reactive-streams-operators</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-reactive-streams-operators-jakarta</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-reactor</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-rxjava3</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-smallrye-context-propagation</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-test-utils</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny-workshop-examples</artifactId>
        <version>3.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>reactive-streams-tck-tests</artifactId>
        <version>3.1.1</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
