Skip to content

Commit e2962b8

Browse files
authored
Export org.neo4j.driver.exceptions.value (#1395)
1 parent ab1943a commit e2962b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
exports org.neo4j.driver.net;
3131
exports org.neo4j.driver.util;
3232
exports org.neo4j.driver.exceptions;
33+
exports org.neo4j.driver.exceptions.value;
3334

3435
requires reactor.core;
3536
requires io.netty.common;

0 commit comments

Comments
 (0)