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 b17ec95 commit d1d04b6
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 @@ -36,7 +36,6 @@
<description>Provides JCache integration with Bootique</description>

<properties>
<bootique.version>${project.version}</bootique.version>
<ehcache.version>3.10.8</ehcache.version>
<jcache.version>1.1.1</jcache.version>
<!-- TODO: also used in Jersey Jakarta. Move to modules parent? -->
Expand Down Expand Up @@ -70,12 +69,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.mockito</groupId>
Expand Down

0 comments on commit d1d04b6

Please sign in to comment.