aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-01 11:34:11 +0100
committergjoranv <gv@verizonmedia.com>2021-11-01 11:35:50 +0100
commitbc3b45e653032e76dce1e76bb3f5cc4119bff00b (patch)
treead5059df0d9dc7f8fc81b554471316c91bc96839 /parent
parentc16b9029350ff49b17aef480eb9766b3591c10c6 (diff)
Use version properites for airlift deps, and group them.
- A version property includes them in the deps report.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 8130561c204..7ebcca49973 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -553,8 +553,13 @@
</dependency>
<dependency>
<groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ <version>${aircompressor.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
- <version>0.7</version>
+ <version>${airline.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
@@ -858,15 +863,12 @@
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- <version>0.17</version>
- </dependency>
</dependencies>
</dependencyManagement>
<properties>
+ <aircompressor.version>0.17</aircompressor.version>
+ <airline.version>0.7</airline.version>
<antlr.version>3.5.2</antlr.version>
<antlr4.version>4.5</antlr4.version>
<apache.httpclient.version>4.5.13</apache.httpclient.version>