You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update packaging and introduce neo4j-java-driver-all package
This update makes `neo4j-java-driver` a package that does not have shaded dependencies.
Additionally, it introduces a new `neo4j-java-driver-all` package that includes shaded dependencies, specifically Netty and Project Reactor.
Aggregator project for building the single JAR with shaded dependencies.
2
2
3
-
This module aggregates the slim version, unpacks it and repackages it.
4
-
The sources are unpacked so that an individual JavaDoc artifact is produced, too.
3
+
This module aggregates neo4j-java-driver, unpacks it and repackages it. The sources are unpacked so that an individual JavaDoc artifact is produced, too.
0 commit comments