Skip to content

Commit

Permalink
Add dep.airlift.version property
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and findepi committed Jul 4, 2023
1 parent ce0447d commit cdde410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<air.check.skip-pmd>true</air.check.skip-pmd>
<air.javadoc.lint>-missing</air.javadoc.lint>
<project.build.targetJdk>17</project.build.targetJdk>
<dep.airlift.version>234</dep.airlift.version>
</properties>

<organization>
Expand Down Expand Up @@ -71,14 +72,14 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing</artifactId>
<version>234</version>
<version>${dep.airlift.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>json</artifactId>
<version>234</version>
<version>${dep.airlift.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit cdde410

Please sign in to comment.