Skip to content

Commit 75ed0e7

Browse files
committed
调整graph中版本引用统一到properties中
1 parent eeda88d commit 75ed0e7

File tree

1 file changed

+2
-1
lines changed
  • spring-ai-alibaba-graph-core

1 file changed

+2
-1
lines changed

spring-ai-alibaba-graph-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<testcontainers.version>1.19.3</testcontainers.version>
4242
<httpclient.version>4.5.14</httpclient.version>
4343
<jackson.version>2.18.4</jackson.version>
44+
<jetbrains-annotations.version>13.0</jetbrains-annotations.version>
4445
</properties>
4546

4647
<dependencies>
@@ -81,7 +82,7 @@
8182
<dependency>
8283
<groupId>org.jetbrains</groupId>
8384
<artifactId>annotations</artifactId>
84-
<version>13.0</version>
85+
<version>${jetbrains-annotations.version}</version>
8586
</dependency>
8687

8788
<dependency>

0 commit comments

Comments
 (0)