Skip to content

Commit 1430241

Browse files
authored
Pin aircompressor. (#37737)
1 parent 4739405 commit 1430241

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ class BeamModulePlugin implements Plugin<Project> {
676676
activemq_junit : "org.apache.activemq.tooling:activemq-junit:$activemq_version",
677677
activemq_kahadb_store : "org.apache.activemq:activemq-kahadb-store:$activemq_version",
678678
activemq_mqtt : "org.apache.activemq:activemq-mqtt:$activemq_version",
679+
aircompressor : "io.airlift:aircompressor:2.0.3",
679680
args4j : "args4j:args4j:2.33",
680681
auto_value_annotations : "com.google.auto.value:auto-value-annotations:$autovalue_version",
681682
// TODO: https://github.com/apache/beam/issues/34993 after stopping supporting Java 8

sdks/java/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
shadowTest library.java.everit_json_schema
118118
provided library.java.junit
119119
provided library.java.hamcrest
120-
provided 'io.airlift:aircompressor:0.18'
120+
provided library.java.aircompressor
121121
provided 'com.facebook.presto.hadoop:hadoop-apache2:3.2.0-1'
122122
provided library.java.zstd_jni
123123
permitUnusedDeclared 'com.facebook.presto.hadoop:hadoop-apache2:3.2.0-1'

0 commit comments

Comments
 (0)