From a164e9cd3f00ca774e03b201accf521f23ab7da1 Mon Sep 17 00:00:00 2001
From: Prashant <prashant.thakre@gmail.com>
Date: Fri, 30 May 2025 09:18:26 +0000
Subject: [PATCH] Bump io.reactivex.rxjava to 3.x (#504)
---
opendj-grizzly/pom.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opendj-grizzly/pom.xml b/opendj-grizzly/pom.xml
index 7a6e175..0e1fc5f 100644
--- a/opendj-grizzly/pom.xml
+++ b/opendj-grizzly/pom.xml
@@ -51,6 +51,10 @@
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.reactivex.rxjava3</groupId>
+ <artifactId>rxjava</artifactId>
+ </exclusion>
</exclusions>
</dependency>
--
Gitblit v1.10.0