Skip to content

Commit

Permalink
make this version as one pom property
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrainll committed Dec 4, 2023
1 parent 59aa34d commit 0445262
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<properties>
<inlong.root.dir>${project.parent.parent.parent.parent.parent.basedir}</inlong.root.dir>
<embedded.redis.version>1.1.0</embedded.redis.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -75,7 +76,7 @@
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>embedded-redis</artifactId>
<version>1.1.0</version>
<version>${embedded.redis.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0445262

Please sign in to comment.