Skip to content

Commit

Permalink
Upgrade to latest version of Cypher-DSL.
Browse files Browse the repository at this point in the history
Also use the bom, so if anyone combines it with Spring Data, things settle at some common version.
  • Loading branch information
michael-simons authored and tzolov committed Jul 18, 2024
1 parent 5880822 commit 41d2cb5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion vector-stores/spring-ai-neo4j-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl-bom</artifactId>
<version>2024.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
Expand All @@ -35,7 +47,6 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl-schema-name-support</artifactId>
<version>2023.7.0</version>
</dependency>

<!-- TESTING -->
Expand Down

0 comments on commit 41d2cb5

Please sign in to comment.