adoroszlai opened a new pull request, #3950: URL: https://github.com/apache/ozone/pull/3950
## What changes were proposed in this pull request? Some transitive dependencies via Hadoop are declared explicitly, dating back to the time when Ozone was split from Hadoop project. Since then Hadoop has moved on with these dependencies, and we have updated Hadoop version in Ozone, but retained the old versions of these transitive dependencies. https://issues.apache.org/jira/browse/HDDS-7475 ## How was this patch tested? Regular CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/3439905879 Dependency tree diff: ``` @@ -107,7 +107,7 @@ | | \- org.apache.kerby:kerby-pkix:jar:1.0.1:compile | | +- org.apache.kerby:kerby-asn1:jar:1.0.1:compile | | \- org.apache.kerby:kerby-util:jar:1.0.1:compile -| +- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +| +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile | +- com.fasterxml.woodstox:woodstox-core:jar:5.4.0:compile | \- org.xerial.snappy:snappy-java:jar:1.1.8.2:compile +- org.apache.hadoop:hadoop-hdfs:jar:3.3.4:compile @@ -170,7 +170,7 @@ | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile | +- com.google.code.gson:gson:jar:2.9.0:compile | +- org.apache.hadoop:hadoop-auth:jar:3.3.4:compile -| | +- com.nimbusds:nimbus-jose-jwt:jar:7.9:compile +| | +- com.nimbusds:nimbus-jose-jwt:jar:9.8.1:compile | | | \- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile | | +- net.minidev:json-smart:jar:2.4.7:compile | | | \- net.minidev:accessors-smart:jar:2.4.7:compile ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
