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 4c1f838 commit 7fc22dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
</description>

<properties>
<bootique.version>${project.version}</bootique.version>
<aws1.sdk.version>1.12.777</aws1.sdk.version>
<aws2.sdk.version>2.29.6</aws2.sdk.version>
</properties>
Expand Down Expand Up @@ -170,17 +169,17 @@
<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>io.bootique.jdbc</groupId>
<artifactId>bootique-jdbc-hikaricp</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<!-- Importing testcontainers modules individually instead of using a BOM
to have more control over the transitive dependencies -->
Expand Down

0 comments on commit 7fc22dd

Please sign in to comment.