<?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>com.jauntsdn.rsocket</groupId>
  <artifactId>rsocket-bom</artifactId>
  <version>1.1.4</version>
  <packaging>pom</packaging>
  <name>rsocket-bom</name>
  <description>RSocket-jvm bill of materials</description>
  <url>https://jauntsdn.com</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mostroverkhov</id>
      <name>Maksym Ostroverkhov</name>
      <email>m.ostroverkhov@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jauntsdn/rsocket.git</connection>
    <developerConnection>scm:git:https://github.com/jauntsdn/rsocket.git</developerConnection>
    <url>https://github.com/jauntsdn/rsocket</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-futures</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-helidon</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-messages</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-mutiny</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-reactor</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-futures</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-helidon</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-idl</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-mutiny</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-reactor</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-rxjava</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rxjava</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>io.reactivex.rxjava3</groupId>
        <artifactId>rxjava</artifactId>
        <version>3.1.5</version>
      </dependency>
      <dependency>
        <groupId>io.helidon.common</groupId>
        <artifactId>helidon-common-reactive</artifactId>
        <version>2.5.2</version>
      </dependency>
      <dependency>
        <groupId>io.smallrye.reactive</groupId>
        <artifactId>mutiny</artifactId>
        <version>1.7.0</version>
      </dependency>
      <dependency>
        <groupId>javax.inject</groupId>
        <artifactId>javax.inject</artifactId>
        <version>1</version>
      </dependency>
      <dependency>
        <groupId>javax.annotation</groupId>
        <artifactId>javax.annotation-api</artifactId>
        <version>1.3.2</version>
      </dependency>
      <dependency>
        <groupId>com.google.protobuf</groupId>
        <artifactId>protobuf-java</artifactId>
        <version>3.21.5</version>
      </dependency>
      <dependency>
        <groupId>jakarta.inject</groupId>
        <artifactId>jakarta.inject-api</artifactId>
        <version>2.0.1</version>
      </dependency>
      <dependency>
        <groupId>jakarta.annotation</groupId>
        <artifactId>jakarta.annotation-api</artifactId>
        <version>2.1.1</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-reactor-compiler</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-rxjava-compiler</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-helidon-compiler</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-mutiny-compiler</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.jauntsdn.rsocket</groupId>
        <artifactId>rsocket-rpc-futures-compiler</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>com.google.protobuf</groupId>
        <artifactId>protoc</artifactId>
        <version>3.21.5</version>
      </dependency>
      <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-bom</artifactId>
        <version>4.1.79.Final</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>io.projectreactor</groupId>
        <artifactId>reactor-bom</artifactId>
        <version>Dysprosium-SR22</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
