Skip to content

Commit

Permalink
Replace ${bootique.version} with ${project.version}
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Nov 21, 2024
1 parent 4aa21bd commit 43c9bb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<description>Provides Curator Zookeeper Client integration with Bootique</description>

<properties>
<bootique.version>${project.version}</bootique.version>
<curator.version>5.6.0</curator.version>
<guava.version>33.1.0-jre</guava.version>
</properties>
Expand Down Expand Up @@ -75,12 +74,12 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-junit5</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 43c9bb5

Please sign in to comment.