We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1943a commit e2962b8Copy full SHA for e2962b8
driver/src/main/java/module-info.java
@@ -30,6 +30,7 @@
30
exports org.neo4j.driver.net;
31
exports org.neo4j.driver.util;
32
exports org.neo4j.driver.exceptions;
33
+ exports org.neo4j.driver.exceptions.value;
34
35
requires reactor.core;
36
requires io.netty.common;
0 commit comments