File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ class BeamModulePlugin implements Plugin<Project> {
914914 vendored_grpc_1_69_0 : " org.apache.beam:beam-vendor-grpc-1_69_0:0.1" ,
915915 vendored_guava_32_1_2_jre : " org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1" ,
916916 vendored_calcite_1_40_0 : " org.apache.beam:beam-vendor-calcite-1_40_0:0.1" ,
917- woodstox_core_asl : " org.codehaus .woodstox:woodstox-core-asl:4.4 .1" ,
917+ woodstox_core : " com.fasterxml .woodstox:woodstox-core:7.1 .1" ,
918918 zstd_jni : " com.github.luben:zstd-jni:1.5.6-3" ,
919919 quickcheck_core : " com.pholser:junit-quickcheck-core:$quickcheck_version " ,
920920 quickcheck_generators : " com.pholser:junit-quickcheck-generators:$quickcheck_version " ,
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
3030 implementation project(path : " :sdks:java:core" , configuration : " shadow" )
3131 implementation library. java. stax2_api
3232 implementation " javax.xml.stream:stax-api:1.0-2"
33- implementation library. java. woodstox_core_asl
34- permitUnusedDeclared library. java. woodstox_core_asl // BEAM-11761
33+ implementation library. java. woodstox_core
34+ permitUnusedDeclared library. java. woodstox_core // BEAM-11761
3535 testImplementation project(path : " :sdks:java:core" , configuration : " shadowTest" )
3636 testImplementation library. java. junit
3737 testRuntimeOnly library. java. slf4j_jdk14
You can’t perform that action at this time.
0 commit comments