Skip to content

Commit cf6fc37

Browse files
author
gurkerl83
committed
Expose also drivers internal package
Libraries such as neo4j-ogm and its modules neo4j-ogm-bolt-driver and neo4j-ogm-bolt-native-types require access to the internal package of the neo4j java driver. To hide the internal package from the outside world classes used in neo4j-ogm such as InternalBookmark, Scheme has to be relocated to different package in further refactoring. For now, in OSGi work with neo4j-ogm and the bolt driver, especially the entire internal module, has to be exposed.
1 parent 19b4618 commit cf6fc37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/osgi.bnd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package-version=${version;===;${Bundle-Version}}
22

33
Export-Package: \
4-
!*.internal.*, \
54
*;version="${package-version}"
65

76
Import-Package: \

0 commit comments

Comments
 (0)