diff --git a/library-and-framework-list.json b/library-and-framework-list.json index 92d14281d..dbcc2318c 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -809,5 +809,21 @@ "test_level": "fully-tested" } ] + }, + { + "artifact": "org.neo4j.driver:neo4j-java-driver", + "description": "Official Java Driver for Neo4j", + "details": [ + { + "minimum_version": "4.4.6", + "metadata_locations": [ + "https://github.com/neo4j/neo4j-java-driver/tree/5.0/driver/src/main/resources/META-INF/native-image/org.neo4j.driver/neo4j-java-driver" + ], + "tests_locations": [ + "https://github.com/neo4j-drivers/neo4j-java-driver-native-smoke-tests" + ], + "test_level": "fully-tested" + } + ] } ]