Skip to content

Commit f98db7c

Browse files
Exclude reactor.core.* from imported packages in OSGI environments. (#751)
1 parent 63f58b1 commit f98db7c

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)