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
Stop shading dependencies in neo4j-java-driver package (#1222)
`neo4j-java-driver` package no longer includes shaded dependencies.
The new `neo4j-java-driver-all` package includes shaded Netty and Project Reactor dependencies.
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