File tree Expand file tree Collapse file tree
buildSrc/src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments