This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e4aaa329421 [minor](dependencies)upgrade aircompressor to 0.27 (#36106)
e4aaa329421 is described below
commit e4aaa3294213191e3ed04703861a8307c6fb850b
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Jun 11 19:44:48 2024 +0800
[minor](dependencies)upgrade aircompressor to 0.27 (#36106)
---
fe/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/fe/pom.xml b/fe/pom.xml
index 38aafc0251c..f30e4448fc4 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -351,6 +351,7 @@ under the License.
<immutables.version>2.9.3</immutables.version>
<!--todo waiting release-->
<quartz.version>2.3.2</quartz.version>
+ <aircompressor.version>0.27</aircompressor.version>
<!-- paimon -->
<paimon.version>0.8.0</paimon.version>
<disruptor.version>3.4.4</disruptor.version>
@@ -405,6 +406,11 @@ under the License.
</profiles>
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ <version>${aircompressor.version}</version>
+ </dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]