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 ++++++
 opendj-core/pom.xml    |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index fc3af45..4df3e93 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -125,7 +125,8 @@
                             com.forgerock.opendj.ldap*,
                             org.forgerock.opendj.io,
                             org.forgerock.opendj.ldap*,
-                            org.forgerock.opendj.ldif
+                            org.forgerock.opendj.ldif,
+                            com.forgerock.reactive
                         </Export-Package>
                         <Build-Maven>Apache Maven ${maven.version}</Build-Maven>
                         <SCM-Revision>${buildRevision}</SCM-Revision>
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