This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 17c0436672 Bump io.airlift:aircompressor from 0.21 to 0.26 (#12620)
17c0436672 is described below
commit 17c04366725f2562d12dd1deca9ffe719dffe5e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 22 17:47:48 2024 -0700
Bump io.airlift:aircompressor from 0.21 to 0.26 (#12620)
* Bump io.airlift:aircompressor from 0.21 to 0.26
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor)
from 0.21 to 0.26.
- [Commits](https://github.com/airlift/aircompressor/compare/0.21...0.26)
---
updated-dependencies:
- dependency-name: io.airlift:aircompressor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* move airlift version definition to root pom
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xiang Fu <[email protected]>
---
pinot-tools/pom.xml | 10 ----------
pom.xml | 6 ++++++
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index a1414f0208..a47c828f7b 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -34,7 +34,6 @@
<properties>
<pinot.root>${basedir}/..</pinot.root>
<spark.version>3.5.0</spark.version>
- <airlift.version>0.21</airlift.version>
</properties>
<dependencies>
<dependency>
@@ -91,10 +90,6 @@
<artifactId>pinot-orc</artifactId>
<version>${project.version}</version>
<exclusions>
- <exclusion>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -156,10 +151,6 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
- <exclusion>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- </exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
@@ -232,7 +223,6 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>${airlift.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
diff --git a/pom.xml b/pom.xml
index e50a1e2097..f2403d1803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,6 +217,7 @@
<eclipse.jetty.version>9.4.54.v20240208</eclipse.jetty.version>
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
<bouncycastle.version>1.77</bouncycastle.version>
+ <airlift.version>0.26</airlift.version>
</properties>
<profiles>
@@ -1510,6 +1511,11 @@
<version>${bouncycastle.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ <version>${airlift.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]