Currently if I want add this dependency https://mvnrepository.com/artifact/org.neo4j/neo4j-cypher-dsl-parser I have to handle the version manually. But since we have SDN, can SDN handle for me? I want use like this(without version) ````xml <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-parser</artifactId> </dependency> ````