Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 88f5a37

Browse files
Fix dependencies.
1 parent 19a242c commit 88f5a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ogm-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.neo4j.driver</groupId>
3737
<artifactId>neo4j-java-driver-spring-boot-starter</artifactId>
38-
<version>1.7-SNAPSHOT</version>
38+
<version>${neo4j-java-driver-spring-boot-starter.version}</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)