Skip to content

Commit 78266a1

Browse files
Exclude reactor.core.* from imported packages in OSGI environments. (neo4j#751)
1 parent a46c105 commit 78266a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/osgi.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Export-Package: \
55

66
Import-Package: \
77
!io.netty.*, \
8+
!reactor.core.*, \
89
!com.oracle.svm.*, \
910
javax.security.cert, \
1011
*

0 commit comments

Comments
 (0)