From 003127fdb95924df7d87b5ce7d34bab669f886cc Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Mon, 09 Apr 2018 13:57:57 +0000
Subject: [PATCH] fix com.forgerock.reactive export
---
opendj-grizzly/pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-grizzly/pom.xml b/opendj-grizzly/pom.xml
index 97e2309..a30a432 100644
--- a/opendj-grizzly/pom.xml
+++ b/opendj-grizzly/pom.xml
@@ -46,6 +46,12 @@
<artifactId>opendj-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>io.reactivex.rxjava2</groupId>
+ <artifactId>rxjava</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
--
Gitblit v1.10.0